#5665CF

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

Shades of Free Speech Blue #5665CF

Tints of Free Speech Blue #5665CF

Color information

#5665CF (or 0x5665CF) is unknown color: approx Free Speech Blue. HEX triplet: 56, 65 and CF. RGB value is (86,101,207). Sum of RGB (Red+Green+Blue) = 86+101+207=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #5665CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665CF is #A99A30. Grayscale: #6C6C6C. Windows color (decimal): -11115057 or 13591894. OLE color: 13591894.

HSL color Cylindrical-coordinate representation of color #5665CF: hue angle of 232.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5665CF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB86101207-
CMYK0.580.5100.19
HSL232.56º55.76%57.45%-
HSV(B)232.56º58.45%81.18%-
XYZ19.7515.7961.04-
YUV108.6183.53111.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 207 (81.25% from 255) = 52.54%
R=21.83%
G=25.63%
B=52.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal861012070.580.5100.19232.5655.7657.45
Hex5665CF3A33013e93839
Octal12614531772630233517071
Binary101011011001011100111111101011001101001111101001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5665CF; }

 p { color: rgb(86,101,207); }

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

<style>
 a { background-color: #5665CF; }

 a { background-color: rgb(86,101,207); }

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

<style>
 span { border-color: #5665CF; }

 span { border-color: rgb(86,101,207); }

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