Shades of Chicago #585B51
Tints of Chicago #585B51
RGB
CMYK
RGB Variations
Color information
#585B51 (or 0x585B51) is known color: Chicago. HEX triplet: 58, 5B and 51. RGB value is (88,91,81). Sum of RGB (Red+Green+Blue) = 88+91+81=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #585B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B51 is #A7A4AE. Grayscale: #595959. Windows color (decimal): -10986671 or 5331800. OLE color: 5331800.
HSL color Cylindrical-coordinate representation of color #585B51: hue angle of 78º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585B51 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 91 | 81 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.64 |
| HSL | 78º | 0.06% | 0.34% | - |
| HSV(B) | 78º | 0.11% | 0.36% | - |
| XYZ | 9.25 | 10.15 | 9.26 | - |
| YUV | 88.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 81 | 0.03 | 0 | 0.11 | 0.64 | 78 | 0.06 | 0.34 |
| Hex | 58 | 5B | 51 | 3 | 0 | B | 40 | 4E | 6 | 22 |
| Octal | 130 | 133 | 121 | 3 | 0 | 13 | 100 | 116 | 6 | 42 |
| Binary | 1011000 | 1011011 | 1010001 | 11 | 0 | 1011 | 1000000 | 1001110 | 110 | 100010 |
Color Harmonies of #585B51
Complementary color
Monochromatic Colors of #585B51
Black with #585B51
Text Example
Text Example
White with #585B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B51; }
p { color: rgb(88,91,81); }
H1.HeaderClassName
{
color: #585B51;
}
.AnyTagClassName
{
color: #585B51;
}
</style>
background-color css
<style>
a { background-color: #585B51; }
a { background-color: rgb(88,91,81); }
div.DivClassName
{
background-color: #585B51;
}
.BgClassName
{
background-color: #585B51;
}
</style>
border-color css
<style>
span { border-color: #585B51; }
span { border-color: rgb(88,91,81); }
td.TdClassName
{
border-color: #585B51;
}
.TagClassName
{
border-color: #585B51;
}
</style>