#5664CB

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

Shades of Free Speech Blue #5664CB

Tints of Free Speech Blue #5664CB

Color information

#5664CB (or 0x5664CB) is unknown color: approx Free Speech Blue. HEX triplet: 56, 64 and CB. RGB value is (86,100,203). Sum of RGB (Red+Green+Blue) = 86+100+203=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #5664CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5664CB is #A99B34. Grayscale: #6B6B6B. Windows color (decimal): -11115317 or 13329494. OLE color: 13329494.

HSL color Cylindrical-coordinate representation of color #5664CB: hue angle of 232.82º 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 #5664CB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86100203-
CMYK0.580.5100.20
HSL232.82º52.94%56.67%-
HSV(B)232.82º57.64%79.61%-
XYZ19.1715.458.46-
YUV107.56181.86112.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 203 (79.69% from 255) = 52.19%
R=22.11%
G=25.71%
B=52.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861002030.580.5100.20232.8252.9456.67
Hex5664CB3A33014e93539
Octal12614431372630243516571
Binary101011011001001100101111101011001101010011101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5664CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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