#55584F

Color #55584F Chicago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chicago #55584F

Tints of Chicago #55584F

Color information

#55584F (or 0x55584F) is unknown color: approx Chicago. HEX triplet: 55, 58 and 4F. RGB value is (85,88,79). Sum of RGB (Red+Green+Blue) = 85+88+79=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #55584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55584F is #AAA7B0. Grayscale: #565656. Windows color (decimal): -11184049 or 5199957. OLE color: 5199957.

HSL color Cylindrical-coordinate representation of color #55584F: hue angle of 80º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #55584F is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB858879-
CMYK0.0300.100.65
HSL80º5.39%32.75%-
HSV(B)80º10.23%34.51%-
XYZ8.659.488.77-
YUV86.08124.01127.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=33.73%
G=34.92%
B=31.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588790.0300.100.65805.3932.75
Hex55584F30A4150521
Octal1251301173012101120541
Binary101010110110001001111110101010000011010000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55584F; }

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

 H1.HeaderClassName
 {
   color: #55584F;
 }
 .AnyTagClassName
 {
   color: #55584F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55584F;
 }
 .BgClassName
 {
   background-color: #55584F;
 }
</style>
border-color css

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

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

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