Shades of Smoky #5A5771
Tints of Smoky #5A5771
RGB
CMYK
RGB Variations
Color information
#5A5771 (or 0x5A5771) is known color: Smoky. HEX triplet: 5A, 57 and 71. RGB value is (90,87,113). Sum of RGB (Red+Green+Blue) = 90+87+113=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A5771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5771 is #A5A88E. Grayscale: #5A5A5A. Windows color (decimal): -10856591 or 7427930. OLE color: 7427930.
HSL color Cylindrical-coordinate representation of color #5A5771: hue angle of 246.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5771 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 87 | 113 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.56 |
| HSL | 246.92º | 0.13% | 0.39% | - |
| HSV(B) | 246.92º | 0.23% | 0.44% | - |
| XYZ | 10.61 | 10.18 | 17.03 | - |
| YUV | 90.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 113 | 0.20 | 0.23 | 0 | 0.56 | 246.92 | 0.13 | 0.39 |
| Hex | 5A | 57 | 71 | 14 | 17 | 0 | 38 | F7 | D | 27 |
| Octal | 132 | 127 | 161 | 24 | 27 | 0 | 70 | 367 | 15 | 47 |
| Binary | 1011010 | 1010111 | 1110001 | 10100 | 10111 | 0 | 111000 | 11110111 | 1101 | 100111 |
Color Harmonies of #5A5771
Complementary color
Monochromatic Colors of #5A5771
Black with #5A5771
Text Example
Text Example
White with #5A5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5771; }
p { color: rgb(90,87,113); }
H1.HeaderClassName
{
color: #5A5771;
}
.AnyTagClassName
{
color: #5A5771;
}
</style>
background-color css
<style>
a { background-color: #5A5771; }
a { background-color: rgb(90,87,113); }
div.DivClassName
{
background-color: #5A5771;
}
.BgClassName
{
background-color: #5A5771;
}
</style>
border-color css
<style>
span { border-color: #5A5771; }
span { border-color: rgb(90,87,113); }
td.TdClassName
{
border-color: #5A5771;
}
.TagClassName
{
border-color: #5A5771;
}
</style>