Shades of Smoky #5A5174
Tints of Smoky #5A5174
RGB
CMYK
RGB Variations
Color information
#5A5174 (or 0x5A5174) is known color: Smoky. HEX triplet: 5A, 51 and 74. RGB value is (90,81,116). Sum of RGB (Red+Green+Blue) = 90+81+116=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5174 is #A5AE8B. Grayscale: #575757. Windows color (decimal): -10858124 or 7623002. OLE color: 7623002.
HSL color Cylindrical-coordinate representation of color #5A5174: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A5174 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 81 | 116 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.55 |
| HSL | 255.43º | 0.18% | 0.39% | - |
| HSV(B) | 255.43º | 0.3% | 0.45% | - |
| XYZ | 10.31 | 9.32 | 17.78 | - |
| YUV | 87.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 116 | 0.22 | 0.30 | 0 | 0.55 | 255.43 | 0.18 | 0.39 |
| Hex | 5A | 51 | 74 | 16 | 1E | 0 | 37 | FF | 12 | 27 |
| Octal | 132 | 121 | 164 | 26 | 36 | 0 | 67 | 377 | 22 | 47 |
| Binary | 1011010 | 1010001 | 1110100 | 10110 | 11110 | 0 | 110111 | 11111111 | 10010 | 100111 |
Color Harmonies of #5A5174
Complementary color
Monochromatic Colors of #5A5174
Black with #5A5174
Text Example
Text Example
White with #5A5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5174; }
p { color: rgb(90,81,116); }
H1.HeaderClassName
{
color: #5A5174;
}
.AnyTagClassName
{
color: #5A5174;
}
</style>
background-color css
<style>
a { background-color: #5A5174; }
a { background-color: rgb(90,81,116); }
div.DivClassName
{
background-color: #5A5174;
}
.BgClassName
{
background-color: #5A5174;
}
</style>
border-color css
<style>
span { border-color: #5A5174; }
span { border-color: rgb(90,81,116); }
td.TdClassName
{
border-color: #5A5174;
}
.TagClassName
{
border-color: #5A5174;
}
</style>