Shades of Smoky #5A4F72
Tints of Smoky #5A4F72
RGB
CMYK
RGB Variations
Color information
#5A4F72 (or 0x5A4F72) is known color: Smoky. HEX triplet: 5A, 4F and 72. RGB value is (90,79,114). Sum of RGB (Red+Green+Blue) = 90+79+114=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A4F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4F72 is #A5B08D. Grayscale: #565656. Windows color (decimal): -10858638 or 7491418. OLE color: 7491418.
HSL color Cylindrical-coordinate representation of color #5A4F72: hue angle of 258.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A4F72 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 79 | 114 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.55 |
| HSL | 258.86º | 0.18% | 0.38% | - |
| HSV(B) | 258.86º | 0.31% | 0.45% | - |
| XYZ | 10.05 | 8.98 | 17.12 | - |
| YUV | 86.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 114 | 0.21 | 0.31 | 0 | 0.55 | 258.86 | 0.18 | 0.38 |
| Hex | 5A | 4F | 72 | 15 | 1F | 0 | 37 | 103 | 12 | 26 |
| Octal | 132 | 117 | 162 | 25 | 37 | 0 | 67 | 403 | 22 | 46 |
| Binary | 1011010 | 1001111 | 1110010 | 10101 | 11111 | 0 | 110111 | 100000011 | 10010 | 100110 |
Color Harmonies of #5A4F72
Complementary color
Monochromatic Colors of #5A4F72
Black with #5A4F72
Text Example
Text Example
White with #5A4F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F72; }
p { color: rgb(90,79,114); }
H1.HeaderClassName
{
color: #5A4F72;
}
.AnyTagClassName
{
color: #5A4F72;
}
</style>
background-color css
<style>
a { background-color: #5A4F72; }
a { background-color: rgb(90,79,114); }
div.DivClassName
{
background-color: #5A4F72;
}
.BgClassName
{
background-color: #5A4F72;
}
</style>
border-color css
<style>
span { border-color: #5A4F72; }
span { border-color: rgb(90,79,114); }
td.TdClassName
{
border-color: #5A4F72;
}
.TagClassName
{
border-color: #5A4F72;
}
</style>