Shades of Chicago #585C51
Tints of Chicago #585C51
RGB
CMYK
RGB Variations
Color information
#585C51 (or 0x585C51) is known color: Chicago. HEX triplet: 58, 5C and 51. RGB value is (88,92,81). Sum of RGB (Red+Green+Blue) = 88+92+81=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #585C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C51 is #A7A3AE. Grayscale: #595959. Windows color (decimal): -10986415 or 5332056. OLE color: 5332056.
HSL color Cylindrical-coordinate representation of color #585C51: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #585C51 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 81 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.64 |
| HSL | 81.82º | 0.06% | 0.34% | - |
| HSV(B) | 81.82º | 0.12% | 0.36% | - |
| XYZ | 9.34 | 10.32 | 9.29 | - |
| YUV | 89.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 81 | 0.04 | 0 | 0.12 | 0.64 | 81.82 | 0.06 | 0.34 |
| Hex | 58 | 5C | 51 | 4 | 0 | C | 40 | 52 | 6 | 22 |
| Octal | 130 | 134 | 121 | 4 | 0 | 14 | 100 | 122 | 6 | 42 |
| Binary | 1011000 | 1011100 | 1010001 | 100 | 0 | 1100 | 1000000 | 1010010 | 110 | 100010 |
Color Harmonies of #585C51
Complementary color
Monochromatic Colors of #585C51
Black with #585C51
Text Example
Text Example
White with #585C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C51; }
p { color: rgb(88,92,81); }
H1.HeaderClassName
{
color: #585C51;
}
.AnyTagClassName
{
color: #585C51;
}
</style>
background-color css
<style>
a { background-color: #585C51; }
a { background-color: rgb(88,92,81); }
div.DivClassName
{
background-color: #585C51;
}
.BgClassName
{
background-color: #585C51;
}
</style>
border-color css
<style>
span { border-color: #585C51; }
span { border-color: rgb(88,92,81); }
td.TdClassName
{
border-color: #585C51;
}
.TagClassName
{
border-color: #585C51;
}
</style>