Shades of Chicago #5F6458
Tints of Chicago #5F6458
RGB
CMYK
RGB Variations
Color information
#5F6458 (or 0x5F6458) is known color: Chicago. HEX triplet: 5F, 64 and 58. RGB value is (95,100,88). Sum of RGB (Red+Green+Blue) = 95+100+88=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 100 - color contains mainly: green. Hex color #5F6458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6458 is #A09BA7. Grayscale: #616161. Windows color (decimal): -10525608 or 5792863. OLE color: 5792863.
HSL color Cylindrical-coordinate representation of color #5F6458: hue angle of 85º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F6458 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 100 | 88 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.61 |
| HSL | 85º | 0.06% | 0.37% | - |
| HSV(B) | 85º | 0.12% | 0.39% | - |
| XYZ | 11.04 | 12.25 | 11.02 | - |
| YUV | 97.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 88 | 0.05 | 0 | 0.12 | 0.61 | 85 | 0.06 | 0.37 |
| Hex | 5F | 64 | 58 | 5 | 0 | C | 3D | 55 | 6 | 25 |
| Octal | 137 | 144 | 130 | 5 | 0 | 14 | 75 | 125 | 6 | 45 |
| Binary | 1011111 | 1100100 | 1011000 | 101 | 0 | 1100 | 111101 | 1010101 | 110 | 100101 |
Color Harmonies of #5F6458
Complementary color
Monochromatic Colors of #5F6458
Black with #5F6458
Text Example
Text Example
White with #5F6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6458; }
p { color: rgb(95,100,88); }
H1.HeaderClassName
{
color: #5F6458;
}
.AnyTagClassName
{
color: #5F6458;
}
</style>
background-color css
<style>
a { background-color: #5F6458; }
a { background-color: rgb(95,100,88); }
div.DivClassName
{
background-color: #5F6458;
}
.BgClassName
{
background-color: #5F6458;
}
</style>
border-color css
<style>
span { border-color: #5F6458; }
span { border-color: rgb(95,100,88); }
td.TdClassName
{
border-color: #5F6458;
}
.TagClassName
{
border-color: #5F6458;
}
</style>