Html Css Color HEX #555650 Chicago

📋 copy color: '#555650'

red 85 ◦ green 86 ◦ blue 80

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

Shades of Chicago #555650

Tints of Chicago #555650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 33.86%
G = 34.26%
B = 31.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#555650 (or 0x555650) is known color: Chicago. HEX triplet: 55, 56 and 50. RGB value is (85,86,80). Sum of RGB (Red+Green+Blue) = 85+86+80=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 86 - color contains mainly: green. Hex color #555650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555650 is #AAA9AF. Grayscale: #555555. Windows color (decimal): -11184560 or 5264981. OLE color: 5264981.

HSL color Cylindrical-coordinate representation of color #555650: hue angle of 70º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555650 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 80 -
CMYK 0.01 0 0.07 0.66
HSL 70º 0.04% 0.33% -
HSV(B) 70º 0.07% 0.34% -
XYZ 8.52 9.17 8.91 -
YUV 85.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 85 86 80 0.01 0 0.07 0.66 70 0.04 0.33
Hex 55 56 50 1 0 7 42 46 4 21
Octal 125 126 120 1 0 7 102 106 4 41
Binary 1010101 1010110 1010000 1 0 111 1000010 1000110 100 100001

Color Harmonies of #555650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555650

Black with #555650

Text Example


Text Example

White with #555650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555650; }

 p { color: rgb(85,86,80); }

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

background-color css

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

 a { background-color: rgb(85,86,80); }

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

border-color css

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

 span { border-color: rgb(85,86,80); }

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