Html Css Color HEX #5566CD Free Speech Blue

📋 copy color: '#5566CD'

red 85 ◦ green 102 ◦ blue 205

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

Shades of Free Speech Blue #5566CD

Tints of Free Speech Blue #5566CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 21.68%
G = 26.02%
B = 52.3%

CMYK

 C value IS 0.59

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5566CD (or 0x5566CD) is known color: Free Speech Blue. HEX triplet: 55, 66 and CD. RGB value is (85,102,205). Sum of RGB (Red+Green+Blue) = 85+102+205=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #5566CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5566CD is #AA9932. Grayscale: #6C6C6C. Windows color (decimal): -11180339 or 13461077. OLE color: 13461077.

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

Color convert

RGB 85 102 205 -
CMYK 0.59 0.50 0 0.20
HSL 231.5º 0.55% 0.57% -
HSV(B) 231.5º 0.59% 0.8% -
XYZ 19.52 15.84 59.79 -
YUV 108.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 85 102 205 0.59 0.50 0 0.20 231.5 0.55 0.57
Hex 55 66 CD 3B 32 0 14 E8 37 39
Octal 125 146 315 73 62 0 24 350 67 71
Binary 1010101 1100110 11001101 111011 110010 0 10100 11101000 110111 111001

Color Harmonies of #5566CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5566CD

Black with #5566CD

Text Example


Text Example

White with #5566CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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