Html Css Color HEX #555849 Chicago

📋 copy color: '#555849'

red 85 ◦ green 88 ◦ blue 73

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

Shades of Chicago #555849

Tints of Chicago #555849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 34.55%
G = 35.77%
B = 29.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#555849 (or 0x555849) is known color: Chicago. HEX triplet: 55, 58 and 49. RGB value is (85,88,73). Sum of RGB (Red+Green+Blue) = 85+88+73=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #555849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555849 is #AAA7B6. Grayscale: #555555. Windows color (decimal): -11184055 or 4806741. OLE color: 4806741.

HSL color Cylindrical-coordinate representation of color #555849: hue angle of 72º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555849 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 73 -
CMYK 0.03 0 0.17 0.65
HSL 72º 0.09% 0.32% -
HSV(B) 72º 0.17% 0.35% -
XYZ 8.44 9.39 7.67 -
YUV 85.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 85 88 73 0.03 0 0.17 0.65 72 0.09 0.32
Hex 55 58 49 3 0 11 41 48 9 20
Octal 125 130 111 3 0 21 101 110 11 40
Binary 1010101 1011000 1001001 11 0 10001 1000001 1001000 1001 100000

Color Harmonies of #555849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555849

Black with #555849

Text Example


Text Example

White with #555849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555849; }

 p { color: rgb(85,88,73); }

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

background-color css

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

 a { background-color: rgb(85,88,73); }

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

border-color css

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

 span { border-color: rgb(85,88,73); }

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