Shades of Smoky #5F5A70
Tints of Smoky #5F5A70
RGB
CMYK
RGB Variations
Color information
#5F5A70 (or 0x5F5A70) is known color: Smoky. HEX triplet: 5F, 5A and 70. RGB value is (95,90,112). Sum of RGB (Red+Green+Blue) = 95+90+112=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5A70 is #A0A58F. Grayscale: #5D5D5D. Windows color (decimal): -10528144 or 7363167. OLE color: 7363167.
HSL color Cylindrical-coordinate representation of color #5F5A70: hue angle of 253.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F5A70 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 90 | 112 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.56 |
| HSL | 253.64º | 0.11% | 0.4% | - |
| HSV(B) | 253.64º | 0.2% | 0.44% | - |
| XYZ | 11.3 | 10.92 | 16.84 | - |
| YUV | 94 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 112 | 0.15 | 0.20 | 0 | 0.56 | 253.64 | 0.11 | 0.4 |
| Hex | 5F | 5A | 70 | F | 14 | 0 | 38 | FE | B | 28 |
| Octal | 137 | 132 | 160 | 17 | 24 | 0 | 70 | 376 | 13 | 50 |
| Binary | 1011111 | 1011010 | 1110000 | 1111 | 10100 | 0 | 111000 | 11111110 | 1011 | 101000 |
Color Harmonies of #5F5A70
Complementary color
Monochromatic Colors of #5F5A70
Black with #5F5A70
Text Example
Text Example
White with #5F5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A70; }
p { color: rgb(95,90,112); }
H1.HeaderClassName
{
color: #5F5A70;
}
.AnyTagClassName
{
color: #5F5A70;
}
</style>
background-color css
<style>
a { background-color: #5F5A70; }
a { background-color: rgb(95,90,112); }
div.DivClassName
{
background-color: #5F5A70;
}
.BgClassName
{
background-color: #5F5A70;
}
</style>
border-color css
<style>
span { border-color: #5F5A70; }
span { border-color: rgb(95,90,112); }
td.TdClassName
{
border-color: #5F5A70;
}
.TagClassName
{
border-color: #5F5A70;
}
</style>