#5566C7

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

Shades of Free Speech Blue #5566C7

Tints of Free Speech Blue #5566C7

Color information

#5566C7 (or 0x5566C7) is unknown color: approx Free Speech Blue. HEX triplet: 55, 66 and C7. RGB value is (85,102,199). Sum of RGB (Red+Green+Blue) = 85+102+199=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #5566C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566C7 is #AA9938. Grayscale: #6B6B6B. Windows color (decimal): -11180345 or 13067861. OLE color: 13067861.

HSL color Cylindrical-coordinate representation of color #5566C7: hue angle of 231.05º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5566C7 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB85102199-
CMYK0.570.4900.22
HSL231.05º50.44%55.69%-
HSV(B)231.05º57.29%78.04%-
XYZ18.8115.5656.04-
YUV107.98179.37111.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=22.02%
G=26.42%
B=51.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851021990.570.4900.22231.0550.4455.69
Hex5566C73931016e73238
Octal12514630771610263476270
Binary101010111001101100011111100111000101011011100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5566C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5566C7; }

 p { color: rgb(85,102,199); }

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

<style>
 a { background-color: #5566C7; }

 a { background-color: rgb(85,102,199); }

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

<style>
 span { border-color: #5566C7; }

 span { border-color: rgb(85,102,199); }

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