Shades of Chicago #5B644F
Tints of Chicago #5B644F
RGB
CMYK
RGB Variations
Color information
#5B644F (or 0x5B644F) is known color: Chicago. HEX triplet: 5B, 64 and 4F. RGB value is (91,100,79). Sum of RGB (Red+Green+Blue) = 91+100+79=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 100 - color contains mainly: green. Hex color #5B644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B644F is #A49BB0. Grayscale: #5E5E5E. Windows color (decimal): -10787761 or 5203035. OLE color: 5203035.
HSL color Cylindrical-coordinate representation of color #5B644F: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B644F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 79 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.61 |
| HSL | 85.71º | 0.12% | 0.35% | - |
| HSV(B) | 85.71º | 0.21% | 0.39% | - |
| XYZ | 10.28 | 11.9 | 9.15 | - |
| YUV | 94.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 79 | 0.09 | 0 | 0.21 | 0.61 | 85.71 | 0.12 | 0.35 |
| Hex | 5B | 64 | 4F | 9 | 0 | 15 | 3D | 56 | C | 23 |
| Octal | 133 | 144 | 117 | 11 | 0 | 25 | 75 | 126 | 14 | 43 |
| Binary | 1011011 | 1100100 | 1001111 | 1001 | 0 | 10101 | 111101 | 1010110 | 1100 | 100011 |
Color Harmonies of #5B644F
Complementary color
Monochromatic Colors of #5B644F
Black with #5B644F
Text Example
Text Example
White with #5B644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B644F; }
p { color: rgb(91,100,79); }
H1.HeaderClassName
{
color: #5B644F;
}
.AnyTagClassName
{
color: #5B644F;
}
</style>
background-color css
<style>
a { background-color: #5B644F; }
a { background-color: rgb(91,100,79); }
div.DivClassName
{
background-color: #5B644F;
}
.BgClassName
{
background-color: #5B644F;
}
</style>
border-color css
<style>
span { border-color: #5B644F; }
span { border-color: rgb(91,100,79); }
td.TdClassName
{
border-color: #5B644F;
}
.TagClassName
{
border-color: #5B644F;
}
</style>