Shades of Smoky #5A586F
Tints of Smoky #5A586F
RGB
CMYK
RGB Variations
Color information
#5A586F (or 0x5A586F) is known color: Smoky. HEX triplet: 5A, 58 and 6F. RGB value is (90,88,111). Sum of RGB (Red+Green+Blue) = 90+88+111=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A586F is #A5A790. Grayscale: #5B5B5B. Windows color (decimal): -10856337 or 7297114. OLE color: 7297114.
HSL color Cylindrical-coordinate representation of color #5A586F: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A586F is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 88 | 111 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.56 |
| HSL | 245.22º | 0.12% | 0.39% | - |
| HSV(B) | 245.22º | 0.21% | 0.44% | - |
| XYZ | 10.58 | 10.3 | 16.47 | - |
| YUV | 91.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 111 | 0.19 | 0.21 | 0 | 0.56 | 245.22 | 0.12 | 0.39 |
| Hex | 5A | 58 | 6F | 13 | 15 | 0 | 38 | F5 | C | 27 |
| Octal | 132 | 130 | 157 | 23 | 25 | 0 | 70 | 365 | 14 | 47 |
| Binary | 1011010 | 1011000 | 1101111 | 10011 | 10101 | 0 | 111000 | 11110101 | 1100 | 100111 |
Color Harmonies of #5A586F
Complementary color
Monochromatic Colors of #5A586F
Black with #5A586F
Text Example
Text Example
White with #5A586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A586F; }
p { color: rgb(90,88,111); }
H1.HeaderClassName
{
color: #5A586F;
}
.AnyTagClassName
{
color: #5A586F;
}
</style>
background-color css
<style>
a { background-color: #5A586F; }
a { background-color: rgb(90,88,111); }
div.DivClassName
{
background-color: #5A586F;
}
.BgClassName
{
background-color: #5A586F;
}
</style>
border-color css
<style>
span { border-color: #5A586F; }
span { border-color: rgb(90,88,111); }
td.TdClassName
{
border-color: #5A586F;
}
.TagClassName
{
border-color: #5A586F;
}
</style>