Html Css Color HEX #5566CB Free Speech Blue

📋 copy color: '#5566CB'

red 85 ◦ green 102 ◦ blue 203

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

Shades of Free Speech Blue #5566CB

Tints of Free Speech Blue #5566CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 21.79%
G = 26.15%
B = 52.05%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5566CB (or 0x5566CB) is known color: Free Speech Blue. HEX triplet: 55, 66 and CB. RGB value is (85,102,203). Sum of RGB (Red+Green+Blue) = 85+102+203=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #5566CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566CB is #AA9934. Grayscale: #6C6C6C. Windows color (decimal): -11180341 or 13330005. OLE color: 13330005.

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

Color convert

RGB 85 102 203 -
CMYK 0.58 0.50 0 0.20
HSL 231.36º 0.53% 0.56% -
HSV(B) 231.36º 0.58% 0.8% -
XYZ 19.28 15.75 58.52 -
YUV 108.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 85 102 203 0.58 0.50 0 0.20 231.36 0.53 0.56
Hex 55 66 CB 3A 32 0 14 E7 35 38
Octal 125 146 313 72 62 0 24 347 65 70
Binary 1010101 1100110 11001011 111010 110010 0 10100 11100111 110101 111000

Color Harmonies of #5566CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5566CB

Black with #5566CB

Text Example


Text Example

White with #5566CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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