Shades of Smoky #5A595F
Tints of Smoky #5A595F
RGB
CMYK
RGB Variations
Color information
#5A595F (or 0x5A595F) is known color: Smoky. HEX triplet: 5A, 59 and 5F. RGB value is (90,89,95). Sum of RGB (Red+Green+Blue) = 90+89+95=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A595F is #A5A6A0. Grayscale: #595959. Windows color (decimal): -10856097 or 6248794. OLE color: 6248794.
HSL color Cylindrical-coordinate representation of color #5A595F: hue angle of 250º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A595F is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 89 | 95 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.63 |
| HSL | 250º | 0.03% | 0.36% | - |
| HSV(B) | 250º | 0.06% | 0.37% | - |
| XYZ | 9.85 | 10.14 | 12.27 | - |
| YUV | 89.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 95 | 0.05 | 0.06 | 0 | 0.63 | 250 | 0.03 | 0.36 |
| Hex | 5A | 59 | 5F | 5 | 6 | 0 | 3F | FA | 3 | 24 |
| Octal | 132 | 131 | 137 | 5 | 6 | 0 | 77 | 372 | 3 | 44 |
| Binary | 1011010 | 1011001 | 1011111 | 101 | 110 | 0 | 111111 | 11111010 | 11 | 100100 |
Color Harmonies of #5A595F
Complementary color
Monochromatic Colors of #5A595F
Black with #5A595F
Text Example
Text Example
White with #5A595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A595F; }
p { color: rgb(90,89,95); }
H1.HeaderClassName
{
color: #5A595F;
}
.AnyTagClassName
{
color: #5A595F;
}
</style>
background-color css
<style>
a { background-color: #5A595F; }
a { background-color: rgb(90,89,95); }
div.DivClassName
{
background-color: #5A595F;
}
.BgClassName
{
background-color: #5A595F;
}
</style>
border-color css
<style>
span { border-color: #5A595F; }
span { border-color: rgb(90,89,95); }
td.TdClassName
{
border-color: #5A595F;
}
.TagClassName
{
border-color: #5A595F;
}
</style>