Shades of Smoky #5F5579
Tints of Smoky #5F5579
RGB
CMYK
RGB Variations
Color information
#5F5579 (or 0x5F5579) is known color: Smoky. HEX triplet: 5F, 55 and 79. RGB value is (95,85,121). Sum of RGB (Red+Green+Blue) = 95+85+121=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F5579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5579 is #A0AA86. Grayscale: #5B5B5B. Windows color (decimal): -10529415 or 7951711. OLE color: 7951711.
HSL color Cylindrical-coordinate representation of color #5F5579: hue angle of 256.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F5579 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 85 | 121 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.53 |
| HSL | 256.67º | 0.17% | 0.4% | - |
| HSV(B) | 256.67º | 0.3% | 0.47% | - |
| XYZ | 11.42 | 10.31 | 19.48 | - |
| YUV | 92.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 121 | 0.21 | 0.30 | 0 | 0.53 | 256.67 | 0.17 | 0.4 |
| Hex | 5F | 55 | 79 | 15 | 1E | 0 | 35 | 101 | 11 | 28 |
| Octal | 137 | 125 | 171 | 25 | 36 | 0 | 65 | 401 | 21 | 50 |
| Binary | 1011111 | 1010101 | 1111001 | 10101 | 11110 | 0 | 110101 | 100000001 | 10001 | 101000 |
Color Harmonies of #5F5579
Complementary color
Monochromatic Colors of #5F5579
Black with #5F5579
Text Example
Text Example
White with #5F5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5579; }
p { color: rgb(95,85,121); }
H1.HeaderClassName
{
color: #5F5579;
}
.AnyTagClassName
{
color: #5F5579;
}
</style>
background-color css
<style>
a { background-color: #5F5579; }
a { background-color: rgb(95,85,121); }
div.DivClassName
{
background-color: #5F5579;
}
.BgClassName
{
background-color: #5F5579;
}
</style>
border-color css
<style>
span { border-color: #5F5579; }
span { border-color: rgb(95,85,121); }
td.TdClassName
{
border-color: #5F5579;
}
.TagClassName
{
border-color: #5F5579;
}
</style>