Shades of Chicago #5F635A
Tints of Chicago #5F635A
RGB
CMYK
RGB Variations
Color information
#5F635A (or 0x5F635A) is known color: Chicago. HEX triplet: 5F, 63 and 5A. RGB value is (95,99,90). Sum of RGB (Red+Green+Blue) = 95+99+90=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5F635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F635A is #A09CA5. Grayscale: #606060. Windows color (decimal): -10525862 or 5923679. OLE color: 5923679.
HSL color Cylindrical-coordinate representation of color #5F635A: hue angle of 86.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F635A is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 90 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.61 |
| HSL | 86.67º | 0.05% | 0.37% | - |
| HSV(B) | 86.67º | 0.09% | 0.39% | - |
| XYZ | 11.03 | 12.09 | 11.43 | - |
| YUV | 96.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 90 | 0.04 | 0 | 0.09 | 0.61 | 86.67 | 0.05 | 0.37 |
| Hex | 5F | 63 | 5A | 4 | 0 | 9 | 3D | 57 | 5 | 25 |
| Octal | 137 | 143 | 132 | 4 | 0 | 11 | 75 | 127 | 5 | 45 |
| Binary | 1011111 | 1100011 | 1011010 | 100 | 0 | 1001 | 111101 | 1010111 | 101 | 100101 |
Color Harmonies of #5F635A
Complementary color
Monochromatic Colors of #5F635A
Black with #5F635A
Text Example
Text Example
White with #5F635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F635A; }
p { color: rgb(95,99,90); }
H1.HeaderClassName
{
color: #5F635A;
}
.AnyTagClassName
{
color: #5F635A;
}
</style>
background-color css
<style>
a { background-color: #5F635A; }
a { background-color: rgb(95,99,90); }
div.DivClassName
{
background-color: #5F635A;
}
.BgClassName
{
background-color: #5F635A;
}
</style>
border-color css
<style>
span { border-color: #5F635A; }
span { border-color: rgb(95,99,90); }
td.TdClassName
{
border-color: #5F635A;
}
.TagClassName
{
border-color: #5F635A;
}
</style>