Shades of Chicago #5D654F
Tints of Chicago #5D654F
RGB
CMYK
RGB Variations
Color information
#5D654F (or 0x5D654F) is known color: Chicago. HEX triplet: 5D, 65 and 4F. RGB value is (93,101,79). Sum of RGB (Red+Green+Blue) = 93+101+79=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #5D654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D654F is #A29AB0. Grayscale: #606060. Windows color (decimal): -10656433 or 5203293. OLE color: 5203293.
HSL color Cylindrical-coordinate representation of color #5D654F: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D654F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 79 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.60 |
| HSL | 81.82º | 0.12% | 0.35% | - |
| HSV(B) | 81.82º | 0.22% | 0.4% | - |
| XYZ | 10.58 | 12.2 | 9.19 | - |
| YUV | 96.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 79 | 0.08 | 0 | 0.22 | 0.60 | 81.82 | 0.12 | 0.35 |
| Hex | 5D | 65 | 4F | 8 | 0 | 16 | 3C | 52 | C | 23 |
| Octal | 135 | 145 | 117 | 10 | 0 | 26 | 74 | 122 | 14 | 43 |
| Binary | 1011101 | 1100101 | 1001111 | 1000 | 0 | 10110 | 111100 | 1010010 | 1100 | 100011 |
Color Harmonies of #5D654F
Complementary color
Monochromatic Colors of #5D654F
Black with #5D654F
Text Example
Text Example
White with #5D654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D654F; }
p { color: rgb(93,101,79); }
H1.HeaderClassName
{
color: #5D654F;
}
.AnyTagClassName
{
color: #5D654F;
}
</style>
background-color css
<style>
a { background-color: #5D654F; }
a { background-color: rgb(93,101,79); }
div.DivClassName
{
background-color: #5D654F;
}
.BgClassName
{
background-color: #5D654F;
}
</style>
border-color css
<style>
span { border-color: #5D654F; }
span { border-color: rgb(93,101,79); }
td.TdClassName
{
border-color: #5D654F;
}
.TagClassName
{
border-color: #5D654F;
}
</style>