Shades of Chicago #5D6052
Tints of Chicago #5D6052
RGB
CMYK
RGB Variations
Color information
#5D6052 (or 0x5D6052) is known color: Chicago. HEX triplet: 5D, 60 and 52. RGB value is (93,96,82). Sum of RGB (Red+Green+Blue) = 93+96+82=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6052 is #A29FAD. Grayscale: #5D5D5D. Windows color (decimal): -10657710 or 5398621. OLE color: 5398621.
HSL color Cylindrical-coordinate representation of color #5D6052: hue angle of 72.86º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6052 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 82 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.62 |
| HSL | 72.86º | 0.08% | 0.35% | - |
| HSV(B) | 72.86º | 0.15% | 0.38% | - |
| XYZ | 10.22 | 11.3 | 9.63 | - |
| YUV | 93.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 82 | 0.03 | 0 | 0.15 | 0.62 | 72.86 | 0.08 | 0.35 |
| Hex | 5D | 60 | 52 | 3 | 0 | F | 3E | 49 | 8 | 23 |
| Octal | 135 | 140 | 122 | 3 | 0 | 17 | 76 | 111 | 10 | 43 |
| Binary | 1011101 | 1100000 | 1010010 | 11 | 0 | 1111 | 111110 | 1001001 | 1000 | 100011 |
Color Harmonies of #5D6052
Complementary color
Monochromatic Colors of #5D6052
Black with #5D6052
Text Example
Text Example
White with #5D6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6052; }
p { color: rgb(93,96,82); }
H1.HeaderClassName
{
color: #5D6052;
}
.AnyTagClassName
{
color: #5D6052;
}
</style>
background-color css
<style>
a { background-color: #5D6052; }
a { background-color: rgb(93,96,82); }
div.DivClassName
{
background-color: #5D6052;
}
.BgClassName
{
background-color: #5D6052;
}
</style>
border-color css
<style>
span { border-color: #5D6052; }
span { border-color: rgb(93,96,82); }
td.TdClassName
{
border-color: #5D6052;
}
.TagClassName
{
border-color: #5D6052;
}
</style>