Shades of Smoky #5F576F
Tints of Smoky #5F576F
RGB
CMYK
RGB Variations
Color information
#5F576F (or 0x5F576F) is known color: Smoky. HEX triplet: 5F, 57 and 6F. RGB value is (95,87,111). Sum of RGB (Red+Green+Blue) = 95+87+111=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #5F576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F576F is #A0A890. Grayscale: #5C5C5C. Windows color (decimal): -10528913 or 7296863. OLE color: 7296863.
HSL color Cylindrical-coordinate representation of color #5F576F: hue angle of 260º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F576F is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 87 | 111 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.56 |
| HSL | 260º | 0.12% | 0.39% | - |
| HSV(B) | 260º | 0.22% | 0.44% | - |
| XYZ | 11 | 10.4 | 16.47 | - |
| YUV | 92.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 87 | 111 | 0.14 | 0.22 | 0 | 0.56 | 260 | 0.12 | 0.39 |
| Hex | 5F | 57 | 6F | E | 16 | 0 | 38 | 104 | C | 27 |
| Octal | 137 | 127 | 157 | 16 | 26 | 0 | 70 | 404 | 14 | 47 |
| Binary | 1011111 | 1010111 | 1101111 | 1110 | 10110 | 0 | 111000 | 100000100 | 1100 | 100111 |
Color Harmonies of #5F576F
Complementary color
Monochromatic Colors of #5F576F
Black with #5F576F
Text Example
Text Example
White with #5F576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F576F; }
p { color: rgb(95,87,111); }
H1.HeaderClassName
{
color: #5F576F;
}
.AnyTagClassName
{
color: #5F576F;
}
</style>
background-color css
<style>
a { background-color: #5F576F; }
a { background-color: rgb(95,87,111); }
div.DivClassName
{
background-color: #5F576F;
}
.BgClassName
{
background-color: #5F576F;
}
</style>
border-color css
<style>
span { border-color: #5F576F; }
span { border-color: rgb(95,87,111); }
td.TdClassName
{
border-color: #5F576F;
}
.TagClassName
{
border-color: #5F576F;
}
</style>