Shades of Smoky #5A516F
Tints of Smoky #5A516F
RGB
CMYK
RGB Variations
Color information
#5A516F (or 0x5A516F) is known color: Smoky. HEX triplet: 5A, 51 and 6F. RGB value is (90,81,111). Sum of RGB (Red+Green+Blue) = 90+81+111=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A516F is #A5AE90. Grayscale: #575757. Windows color (decimal): -10858129 or 7295322. OLE color: 7295322.
HSL color Cylindrical-coordinate representation of color #5A516F: hue angle of 258º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A516F is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 81 | 111 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.56 |
| HSL | 258º | 0.16% | 0.38% | - |
| HSV(B) | 258º | 0.27% | 0.44% | - |
| XYZ | 10.03 | 9.21 | 16.29 | - |
| YUV | 87.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 111 | 0.19 | 0.27 | 0 | 0.56 | 258 | 0.16 | 0.38 |
| Hex | 5A | 51 | 6F | 13 | 1B | 0 | 38 | 102 | 10 | 26 |
| Octal | 132 | 121 | 157 | 23 | 33 | 0 | 70 | 402 | 20 | 46 |
| Binary | 1011010 | 1010001 | 1101111 | 10011 | 11011 | 0 | 111000 | 100000010 | 10000 | 100110 |
Color Harmonies of #5A516F
Complementary color
Monochromatic Colors of #5A516F
Black with #5A516F
Text Example
Text Example
White with #5A516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A516F; }
p { color: rgb(90,81,111); }
H1.HeaderClassName
{
color: #5A516F;
}
.AnyTagClassName
{
color: #5A516F;
}
</style>
background-color css
<style>
a { background-color: #5A516F; }
a { background-color: rgb(90,81,111); }
div.DivClassName
{
background-color: #5A516F;
}
.BgClassName
{
background-color: #5A516F;
}
</style>
border-color css
<style>
span { border-color: #5A516F; }
span { border-color: rgb(90,81,111); }
td.TdClassName
{
border-color: #5A516F;
}
.TagClassName
{
border-color: #5A516F;
}
</style>