Html Css Color HEX #5566CC Free Speech Blue

📋 copy color: '#5566CC'

red 85 ◦ green 102 ◦ blue 204

#5566CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #5566CC

Tints of Free Speech Blue #5566CC

RGB

 RED value IS 85 (33.59% from 255) = 21.74%

 GREEN value IS 102 (40.23% from 255) = 26.09%

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 21.74%
G = 26.09%
B = 52.17%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5566CC (or 0x5566CC) is known color: Free Speech Blue. HEX triplet: 55, 66 and CC. RGB value is (85,102,204). Sum of RGB (Red+Green+Blue) = 85+102+204=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #5566CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566CC is #AA9933. Grayscale: #6C6C6C. Windows color (decimal): -11180340 or 13395541. OLE color: 13395541.

HSL color Cylindrical-coordinate representation of color #5566CC: hue angle of 231.43º degrees, saturation: 0.54, 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 #5566CC is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 102 204 -
CMYK 0.58 0.5 0 0.2
HSL 231.43º 0.54% 0.57% -
HSV(B) 231.43º 0.58% 0.8% -
XYZ 19.4 15.79 59.15 -
YUV 108.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 85 102 204 0.58 0.5 0 0.2 231.43 0.54 0.57
Hex 55 66 CC 3A 32 0 14 E7 36 39
Octal 125 146 314 72 62 0 24 347 66 71
Binary 1010101 1100110 11001100 111010 110010 0 10100 11100111 110110 111001

Color Harmonies of #5566CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5566CC

Black with #5566CC

Text Example


Text Example

White with #5566CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5566CC;
 }
 .AnyTagClassName
 {
   color: #5566CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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