Shades of Smoky #5F5A69
Tints of Smoky #5F5A69
RGB
CMYK
RGB Variations
Color information
#5F5A69 (or 0x5F5A69) is known color: Smoky. HEX triplet: 5F, 5A and 69. RGB value is (95,90,105). Sum of RGB (Red+Green+Blue) = 95+90+105=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5A69 is #A0A596. Grayscale: #5D5D5D. Windows color (decimal): -10528151 or 6904415. OLE color: 6904415.
HSL color Cylindrical-coordinate representation of color #5F5A69: hue angle of 260º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F5A69 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 90 | 105 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.59 |
| HSL | 260º | 0.08% | 0.38% | - |
| HSV(B) | 260º | 0.14% | 0.41% | - |
| XYZ | 10.93 | 10.77 | 14.87 | - |
| YUV | 93.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 90 | 105 | 0.10 | 0.14 | 0 | 0.59 | 260 | 0.08 | 0.38 |
| Hex | 5F | 5A | 69 | A | E | 0 | 3B | 104 | 8 | 26 |
| Octal | 137 | 132 | 151 | 12 | 16 | 0 | 73 | 404 | 10 | 46 |
| Binary | 1011111 | 1011010 | 1101001 | 1010 | 1110 | 0 | 111011 | 100000100 | 1000 | 100110 |
Color Harmonies of #5F5A69
Complementary color
Monochromatic Colors of #5F5A69
Black with #5F5A69
Text Example
Text Example
White with #5F5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5A69; }
p { color: rgb(95,90,105); }
H1.HeaderClassName
{
color: #5F5A69;
}
.AnyTagClassName
{
color: #5F5A69;
}
</style>
background-color css
<style>
a { background-color: #5F5A69; }
a { background-color: rgb(95,90,105); }
div.DivClassName
{
background-color: #5F5A69;
}
.BgClassName
{
background-color: #5F5A69;
}
</style>
border-color css
<style>
span { border-color: #5F5A69; }
span { border-color: rgb(95,90,105); }
td.TdClassName
{
border-color: #5F5A69;
}
.TagClassName
{
border-color: #5F5A69;
}
</style>