Shades of Smoky #5A5570
Tints of Smoky #5A5570
RGB
CMYK
RGB Variations
Color information
#5A5570 (or 0x5A5570) is known color: Smoky. HEX triplet: 5A, 55 and 70. RGB value is (90,85,112). Sum of RGB (Red+Green+Blue) = 90+85+112=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5570 is #A5AA8F. Grayscale: #595959. Windows color (decimal): -10857104 or 7361882. OLE color: 7361882.
HSL color Cylindrical-coordinate representation of color #5A5570: hue angle of 251.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5570 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 85 | 112 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.56 |
| HSL | 251.11º | 0.14% | 0.39% | - |
| HSV(B) | 251.11º | 0.24% | 0.44% | - |
| XYZ | 10.39 | 9.84 | 16.68 | - |
| YUV | 89.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 112 | 0.20 | 0.24 | 0 | 0.56 | 251.11 | 0.14 | 0.39 |
| Hex | 5A | 55 | 70 | 14 | 18 | 0 | 38 | FB | E | 27 |
| Octal | 132 | 125 | 160 | 24 | 30 | 0 | 70 | 373 | 16 | 47 |
| Binary | 1011010 | 1010101 | 1110000 | 10100 | 11000 | 0 | 111000 | 11111011 | 1110 | 100111 |
Color Harmonies of #5A5570
Complementary color
Monochromatic Colors of #5A5570
Black with #5A5570
Text Example
Text Example
White with #5A5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5570; }
p { color: rgb(90,85,112); }
H1.HeaderClassName
{
color: #5A5570;
}
.AnyTagClassName
{
color: #5A5570;
}
</style>
background-color css
<style>
a { background-color: #5A5570; }
a { background-color: rgb(90,85,112); }
div.DivClassName
{
background-color: #5A5570;
}
.BgClassName
{
background-color: #5A5570;
}
</style>
border-color css
<style>
span { border-color: #5A5570; }
span { border-color: rgb(90,85,112); }
td.TdClassName
{
border-color: #5A5570;
}
.TagClassName
{
border-color: #5A5570;
}
</style>