Shades of Chicago #55584B
Tints of Chicago #55584B
RGB
CMYK
RGB Variations
Color information
#55584B (or 0x55584B) is known color: 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
| RGB | 85 | 88 | 75 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.65 |
| HSL | 73.85º | 0.08% | 0.32% | - |
| HSV(B) | 73.85º | 0.15% | 0.35% | - |
| XYZ | 8.51 | 9.42 | 8.03 | - |
| YUV | 85.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 75 | 0.03 | 0 | 0.15 | 0.65 | 73.85 | 0.08 | 0.32 |
| Hex | 55 | 58 | 4B | 3 | 0 | F | 41 | 4A | 8 | 20 |
| Octal | 125 | 130 | 113 | 3 | 0 | 17 | 101 | 112 | 10 | 40 |
| Binary | 1010101 | 1011000 | 1001011 | 11 | 0 | 1111 | 1000001 | 1001010 | 1000 | 100000 |
Color Harmonies of #55584B
Complementary color
Monochromatic Colors of #55584B
Black with #55584B
Text Example
Text Example
White with #55584B
Text Example
Text Example
HTML Codes & Css Web 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>