#5363BC

Color #5363BC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5363BC

Tints of Free Speech Blue #5363BC

Color information

#5363BC (or 0x5363BC) is unknown color: approx Free Speech Blue. HEX triplet: 53, 63 and BC. RGB value is (83,99,188). Sum of RGB (Red+Green+Blue) = 83+99+188=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5363BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363BC is #AC9C43. Grayscale: #676767. Windows color (decimal): -11312196 or 12346195. OLE color: 12346195.

HSL color Cylindrical-coordinate representation of color #5363BC: hue angle of 230.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5363BC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8399188-
CMYK0.560.4700.26
HSL230.86º43.93%53.14%-
HSV(B)230.86º55.85%73.73%-
XYZ17.1114.3949.45-
YUV104.36175.2112.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=22.43%
G=26.76%
B=50.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83991880.560.4700.26230.8643.9353.14
Hex5363BC382F01Ae72c35
Octal12314327470570323475465
Binary101001111000111011110011100010111101101011100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5363BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5363BC; }

 p { color: rgb(83,99,188); }

 H1.HeaderClassName
 {
   color: #5363BC;
 }
 .AnyTagClassName
 {
   color: #5363BC;
 }
</style>
background-color css

<style>
 a { background-color: #5363BC; }

 a { background-color: rgb(83,99,188); }

 div.DivClassName
 {
   background-color: #5363BC;
 }
 .BgClassName
 {
   background-color: #5363BC;
 }
</style>
border-color css

<style>
 span { border-color: #5363BC; }

 span { border-color: rgb(83,99,188); }

 td.TdClassName
 {
   border-color: #5363BC;
 }
 .TagClassName
 {
   border-color: #5363BC;
 }
</style>