Shades of Chicago #5F6351
Tints of Chicago #5F6351
RGB
CMYK
RGB Variations
Color information
#5F6351 (or 0x5F6351) is known color: Chicago. HEX triplet: 5F, 63 and 51. RGB value is (95,99,81). Sum of RGB (Red+Green+Blue) = 95+99+81=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6351 is #A09CAE. Grayscale: #5F5F5F. Windows color (decimal): -10525871 or 5333855. OLE color: 5333855.
HSL color Cylindrical-coordinate representation of color #5F6351: hue angle of 73.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F6351 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 99 | 81 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.61 |
| HSL | 73.33º | 0.1% | 0.35% | - |
| HSV(B) | 73.33º | 0.18% | 0.39% | - |
| XYZ | 10.67 | 11.95 | 9.53 | - |
| YUV | 95.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 81 | 0.04 | 0 | 0.18 | 0.61 | 73.33 | 0.1 | 0.35 |
| Hex | 5F | 63 | 51 | 4 | 0 | 12 | 3D | 49 | A | 23 |
| Octal | 137 | 143 | 121 | 4 | 0 | 22 | 75 | 111 | 12 | 43 |
| Binary | 1011111 | 1100011 | 1010001 | 100 | 0 | 10010 | 111101 | 1001001 | 1010 | 100011 |
Color Harmonies of #5F6351
Complementary color
Monochromatic Colors of #5F6351
Black with #5F6351
Text Example
Text Example
White with #5F6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6351; }
p { color: rgb(95,99,81); }
H1.HeaderClassName
{
color: #5F6351;
}
.AnyTagClassName
{
color: #5F6351;
}
</style>
background-color css
<style>
a { background-color: #5F6351; }
a { background-color: rgb(95,99,81); }
div.DivClassName
{
background-color: #5F6351;
}
.BgClassName
{
background-color: #5F6351;
}
</style>
border-color css
<style>
span { border-color: #5F6351; }
span { border-color: rgb(95,99,81); }
td.TdClassName
{
border-color: #5F6351;
}
.TagClassName
{
border-color: #5F6351;
}
</style>