Shades of Smoky #5A5370
Tints of Smoky #5A5370
RGB
CMYK
RGB Variations
Color information
#5A5370 (or 0x5A5370) is known color: Smoky. HEX triplet: 5A, 53 and 70. RGB value is (90,83,112). Sum of RGB (Red+Green+Blue) = 90+83+112=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #5A5370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5370 is #A5AC8F. Grayscale: #585858. Windows color (decimal): -10857616 or 7361370. OLE color: 7361370.
HSL color Cylindrical-coordinate representation of color #5A5370: hue angle of 254.48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5370 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 83 | 112 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.56 |
| HSL | 254.48º | 0.15% | 0.38% | - |
| HSV(B) | 254.48º | 0.26% | 0.44% | - |
| XYZ | 10.23 | 9.53 | 16.63 | - |
| YUV | 88.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 112 | 0.20 | 0.26 | 0 | 0.56 | 254.48 | 0.15 | 0.38 |
| Hex | 5A | 53 | 70 | 14 | 1A | 0 | 38 | FE | F | 26 |
| Octal | 132 | 123 | 160 | 24 | 32 | 0 | 70 | 376 | 17 | 46 |
| Binary | 1011010 | 1010011 | 1110000 | 10100 | 11010 | 0 | 111000 | 11111110 | 1111 | 100110 |
Color Harmonies of #5A5370
Complementary color
Monochromatic Colors of #5A5370
Black with #5A5370
Text Example
Text Example
White with #5A5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5370; }
p { color: rgb(90,83,112); }
H1.HeaderClassName
{
color: #5A5370;
}
.AnyTagClassName
{
color: #5A5370;
}
</style>
background-color css
<style>
a { background-color: #5A5370; }
a { background-color: rgb(90,83,112); }
div.DivClassName
{
background-color: #5A5370;
}
.BgClassName
{
background-color: #5A5370;
}
</style>
border-color css
<style>
span { border-color: #5A5370; }
span { border-color: rgb(90,83,112); }
td.TdClassName
{
border-color: #5A5370;
}
.TagClassName
{
border-color: #5A5370;
}
</style>