Shades of Chicago #5F615D
Tints of Chicago #5F615D
RGB
CMYK
RGB Variations
Color information
#5F615D (or 0x5F615D) is known color: Chicago. HEX triplet: 5F, 61 and 5D. RGB value is (95,97,93). Sum of RGB (Red+Green+Blue) = 95+97+93=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 97 - color contains mainly: green. Hex color #5F615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F615D is #A09EA2. Grayscale: #5F5F5F. Windows color (decimal): -10526371 or 6119775. OLE color: 6119775.
HSL color Cylindrical-coordinate representation of color #5F615D: hue angle of 90º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5F615D is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
RGB | 95 | 97 | 93 | - |
CMYK | 0.02 | 0 | 0.04 | 0.62 |
HSL | 90º | 0.02% | 0.37% | - |
HSV(B) | 90º | 0.04% | 0.38% | - |
XYZ | 10.97 | 11.77 | 12.05 | - |
YUV | 95.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 97 | 93 | 0.02 | 0 | 0.04 | 0.62 | 90 | 0.02 | 0.37 |
Hex | 5F | 61 | 5D | 2 | 0 | 4 | 3E | 5A | 2 | 25 |
Octal | 137 | 141 | 135 | 2 | 0 | 4 | 76 | 132 | 2 | 45 |
Binary | 1011111 | 1100001 | 1011101 | 10 | 0 | 100 | 111110 | 1011010 | 10 | 100101 |
Color Harmonies of #5F615D
Complementary color
Monochromatic Colors of #5F615D
Black with #5F615D
Text Example
Text Example
White with #5F615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F615D; }
p { color: rgb(95,97,93); }
H1.HeaderClassName
{
color: #5F615D;
}
.AnyTagClassName
{
color: #5F615D;
}
</style>
background-color css
<style>
a { background-color: #5F615D; }
a { background-color: rgb(95,97,93); }
div.DivClassName
{
background-color: #5F615D;
}
.BgClassName
{
background-color: #5F615D;
}
</style>
border-color css
<style>
span { border-color: #5F615D; }
span { border-color: rgb(95,97,93); }
td.TdClassName
{
border-color: #5F615D;
}
.TagClassName
{
border-color: #5F615D;
}
</style>