Shades of Chicago #5F6153
Tints of Chicago #5F6153
RGB
CMYK
RGB Variations
Color information
#5F6153 (or 0x5F6153) is known color: Chicago. HEX triplet: 5F, 61 and 53. RGB value is (95,97,83). Sum of RGB (Red+Green+Blue) = 95+97+83=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6153 is #A09EAC. Grayscale: #5E5E5E. Windows color (decimal): -10526381 or 5464415. OLE color: 5464415.
HSL color Cylindrical-coordinate representation of color #5F6153: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6153 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 97 | 83 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.62 |
| HSL | 68.57º | 0.08% | 0.35% | - |
| HSV(B) | 68.57º | 0.14% | 0.38% | - |
| XYZ | 10.56 | 11.61 | 9.87 | - |
| YUV | 94.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 97 | 83 | 0.02 | 0 | 0.14 | 0.62 | 68.57 | 0.08 | 0.35 |
| Hex | 5F | 61 | 53 | 2 | 0 | E | 3E | 45 | 8 | 23 |
| Octal | 137 | 141 | 123 | 2 | 0 | 16 | 76 | 105 | 10 | 43 |
| Binary | 1011111 | 1100001 | 1010011 | 10 | 0 | 1110 | 111110 | 1000101 | 1000 | 100011 |
Color Harmonies of #5F6153
Complementary color
Monochromatic Colors of #5F6153
Black with #5F6153
Text Example
Text Example
White with #5F6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6153; }
p { color: rgb(95,97,83); }
H1.HeaderClassName
{
color: #5F6153;
}
.AnyTagClassName
{
color: #5F6153;
}
</style>
background-color css
<style>
a { background-color: #5F6153; }
a { background-color: rgb(95,97,83); }
div.DivClassName
{
background-color: #5F6153;
}
.BgClassName
{
background-color: #5F6153;
}
</style>
border-color css
<style>
span { border-color: #5F6153; }
span { border-color: rgb(95,97,83); }
td.TdClassName
{
border-color: #5F6153;
}
.TagClassName
{
border-color: #5F6153;
}
</style>