Shades of Chicago #5B624F
Tints of Chicago #5B624F
RGB
CMYK
RGB Variations
Color information
#5B624F (or 0x5B624F) is known color: Chicago. HEX triplet: 5B, 62 and 4F. RGB value is (91,98,79). Sum of RGB (Red+Green+Blue) = 91+98+79=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #5B624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B624F is #A49DB0. Grayscale: #5D5D5D. Windows color (decimal): -10788273 or 5202523. OLE color: 5202523.
HSL color Cylindrical-coordinate representation of color #5B624F: hue angle of 82.11º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B624F is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 79 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.62 |
| HSL | 82.11º | 0.11% | 0.35% | - |
| HSV(B) | 82.11º | 0.19% | 0.38% | - |
| XYZ | 10.09 | 11.52 | 9.09 | - |
| YUV | 93.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 79 | 0.07 | 0 | 0.19 | 0.62 | 82.11 | 0.11 | 0.35 |
| Hex | 5B | 62 | 4F | 7 | 0 | 13 | 3E | 52 | B | 23 |
| Octal | 133 | 142 | 117 | 7 | 0 | 23 | 76 | 122 | 13 | 43 |
| Binary | 1011011 | 1100010 | 1001111 | 111 | 0 | 10011 | 111110 | 1010010 | 1011 | 100011 |
Color Harmonies of #5B624F
Complementary color
Monochromatic Colors of #5B624F
Black with #5B624F
Text Example
Text Example
White with #5B624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B624F; }
p { color: rgb(91,98,79); }
H1.HeaderClassName
{
color: #5B624F;
}
.AnyTagClassName
{
color: #5B624F;
}
</style>
background-color css
<style>
a { background-color: #5B624F; }
a { background-color: rgb(91,98,79); }
div.DivClassName
{
background-color: #5B624F;
}
.BgClassName
{
background-color: #5B624F;
}
</style>
border-color css
<style>
span { border-color: #5B624F; }
span { border-color: rgb(91,98,79); }
td.TdClassName
{
border-color: #5B624F;
}
.TagClassName
{
border-color: #5B624F;
}
</style>