Shades of Chicago #5B624B
Tints of Chicago #5B624B
RGB
CMYK
RGB Variations
Color information
#5B624B (or 0x5B624B) is known color: Chicago. HEX triplet: 5B, 62 and 4B. RGB value is (91,98,75). Sum of RGB (Red+Green+Blue) = 91+98+75=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #5B624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B624B is #A49DB4. Grayscale: #5D5D5D. Windows color (decimal): -10788277 or 4940379. OLE color: 4940379.
HSL color Cylindrical-coordinate representation of color #5B624B: hue angle of 78.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B624B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 75 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.62 |
| HSL | 78.26º | 0.13% | 0.34% | - |
| HSV(B) | 78.26º | 0.23% | 0.38% | - |
| XYZ | 9.95 | 11.47 | 8.35 | - |
| YUV | 93.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 75 | 0.07 | 0 | 0.23 | 0.62 | 78.26 | 0.13 | 0.34 |
| Hex | 5B | 62 | 4B | 7 | 0 | 17 | 3E | 4E | D | 22 |
| Octal | 133 | 142 | 113 | 7 | 0 | 27 | 76 | 116 | 15 | 42 |
| Binary | 1011011 | 1100010 | 1001011 | 111 | 0 | 10111 | 111110 | 1001110 | 1101 | 100010 |
Color Harmonies of #5B624B
Complementary color
Monochromatic Colors of #5B624B
Black with #5B624B
Text Example
Text Example
White with #5B624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B624B; }
p { color: rgb(91,98,75); }
H1.HeaderClassName
{
color: #5B624B;
}
.AnyTagClassName
{
color: #5B624B;
}
</style>
background-color css
<style>
a { background-color: #5B624B; }
a { background-color: rgb(91,98,75); }
div.DivClassName
{
background-color: #5B624B;
}
.BgClassName
{
background-color: #5B624B;
}
</style>
border-color css
<style>
span { border-color: #5B624B; }
span { border-color: rgb(91,98,75); }
td.TdClassName
{
border-color: #5B624B;
}
.TagClassName
{
border-color: #5B624B;
}
</style>