Shades of Chicago #5D6451
Tints of Chicago #5D6451
RGB
CMYK
RGB Variations
Color information
#5D6451 (or 0x5D6451) is known color: Chicago. HEX triplet: 5D, 64 and 51. RGB value is (93,100,81). Sum of RGB (Red+Green+Blue) = 93+100+81=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6451 is #A29BAE. Grayscale: #5F5F5F. Windows color (decimal): -10656687 or 5334109. OLE color: 5334109.
HSL color Cylindrical-coordinate representation of color #5D6451: hue angle of 82.11º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D6451 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 81 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.61 |
| HSL | 82.11º | 0.1% | 0.35% | - |
| HSV(B) | 82.11º | 0.19% | 0.39% | - |
| XYZ | 10.56 | 12.04 | 9.55 | - |
| YUV | 95.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 81 | 0.07 | 0 | 0.19 | 0.61 | 82.11 | 0.1 | 0.35 |
| Hex | 5D | 64 | 51 | 7 | 0 | 13 | 3D | 52 | A | 23 |
| Octal | 135 | 144 | 121 | 7 | 0 | 23 | 75 | 122 | 12 | 43 |
| Binary | 1011101 | 1100100 | 1010001 | 111 | 0 | 10011 | 111101 | 1010010 | 1010 | 100011 |
Color Harmonies of #5D6451
Complementary color
Monochromatic Colors of #5D6451
Black with #5D6451
Text Example
Text Example
White with #5D6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6451; }
p { color: rgb(93,100,81); }
H1.HeaderClassName
{
color: #5D6451;
}
.AnyTagClassName
{
color: #5D6451;
}
</style>
background-color css
<style>
a { background-color: #5D6451; }
a { background-color: rgb(93,100,81); }
div.DivClassName
{
background-color: #5D6451;
}
.BgClassName
{
background-color: #5D6451;
}
</style>
border-color css
<style>
span { border-color: #5D6451; }
span { border-color: rgb(93,100,81); }
td.TdClassName
{
border-color: #5D6451;
}
.TagClassName
{
border-color: #5D6451;
}
</style>