Shades of Chicago #5B5F4E
Tints of Chicago #5B5F4E
RGB
CMYK
RGB Variations
Color information
#5B5F4E (or 0x5B5F4E) is known color: Chicago. HEX triplet: 5B, 5F and 4E. RGB value is (91,95,78). Sum of RGB (Red+Green+Blue) = 91+95+78=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5F4E is #A4A0B1. Grayscale: #5B5B5B. Windows color (decimal): -10789042 or 5136219. OLE color: 5136219.
HSL color Cylindrical-coordinate representation of color #5B5F4E: hue angle of 74.12º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5B5F4E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 95 | 78 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.63 |
| HSL | 74.12º | 0.1% | 0.34% | - |
| HSV(B) | 74.12º | 0.18% | 0.37% | - |
| XYZ | 9.78 | 10.96 | 8.81 | - |
| YUV | 91.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 78 | 0.04 | 0 | 0.18 | 0.63 | 74.12 | 0.1 | 0.34 |
| Hex | 5B | 5F | 4E | 4 | 0 | 12 | 3F | 4A | A | 22 |
| Octal | 133 | 137 | 116 | 4 | 0 | 22 | 77 | 112 | 12 | 42 |
| Binary | 1011011 | 1011111 | 1001110 | 100 | 0 | 10010 | 111111 | 1001010 | 1010 | 100010 |
Color Harmonies of #5B5F4E
Complementary color
Monochromatic Colors of #5B5F4E
Black with #5B5F4E
Text Example
Text Example
White with #5B5F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F4E; }
p { color: rgb(91,95,78); }
H1.HeaderClassName
{
color: #5B5F4E;
}
.AnyTagClassName
{
color: #5B5F4E;
}
</style>
background-color css
<style>
a { background-color: #5B5F4E; }
a { background-color: rgb(91,95,78); }
div.DivClassName
{
background-color: #5B5F4E;
}
.BgClassName
{
background-color: #5B5F4E;
}
</style>
border-color css
<style>
span { border-color: #5B5F4E; }
span { border-color: rgb(91,95,78); }
td.TdClassName
{
border-color: #5B5F4E;
}
.TagClassName
{
border-color: #5B5F4E;
}
</style>