#55584B

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

Shades of Chicago #55584B

Tints of Chicago #55584B

Color information

#55584B (or 0x55584B) is unknown color: approx Chicago. HEX triplet: 55, 58 and 4B. RGB value is (85,88,75). Sum of RGB (Red+Green+Blue) = 85+88+75=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #55584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55584B is #AAA7B4. Grayscale: #555555. Windows color (decimal): -11184053 or 4937813. OLE color: 4937813.

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

Color convert

RGB858875-
CMYK0.0300.150.65
HSL73.85º7.98%31.96%-
HSV(B)73.85º14.77%34.51%-
XYZ8.519.428.03-
YUV85.62122.01127.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=34.27%
G=35.48%
B=30.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588750.0300.150.6573.857.9831.96
Hex55584B30F414a820
Octal12513011330171011121040
Binary1010101101100010010111101111100000110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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