#5662CB

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

Shades of Free Speech Blue #5662CB

Tints of Free Speech Blue #5662CB

Color information

#5662CB (or 0x5662CB) is unknown color: approx Free Speech Blue. HEX triplet: 56, 62 and CB. RGB value is (86,98,203). Sum of RGB (Red+Green+Blue) = 86+98+203=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #5662CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662CB is #A99D34. Grayscale: #696969. Windows color (decimal): -11115829 or 13328982. OLE color: 13328982.

HSL color Cylindrical-coordinate representation of color #5662CB: hue angle of 233.85º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5662CB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8698203-
CMYK0.580.5200.20
HSL233.85º52.94%56.67%-
HSV(B)233.85º57.64%79.61%-
XYZ18.9815.0358.4-
YUV106.38182.52113.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=22.22%
G=25.32%
B=52.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86982030.580.5200.20233.8552.9456.67
Hex5662CB3A34014ea3539
Octal12614231372640243526571
Binary101011011000101100101111101011010001010011101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5662CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5662CB; }

 p { color: rgb(86,98,203); }

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

<style>
 a { background-color: #5662CB; }

 a { background-color: rgb(86,98,203); }

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

<style>
 span { border-color: #5662CB; }

 span { border-color: rgb(86,98,203); }

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