Shades of Smoky #5A536E
Tints of Smoky #5A536E
RGB
CMYK
RGB Variations
Color information
#5A536E (or 0x5A536E) is known color: Smoky. HEX triplet: 5A, 53 and 6E. RGB value is (90,83,110). Sum of RGB (Red+Green+Blue) = 90+83+110=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A536E is #A5AC91. Grayscale: #585858. Windows color (decimal): -10857618 or 7230298. OLE color: 7230298.
HSL color Cylindrical-coordinate representation of color #5A536E: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A536E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 83 | 110 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.57 |
| HSL | 255.56º | 0.14% | 0.38% | - |
| HSV(B) | 255.56º | 0.25% | 0.43% | - |
| XYZ | 10.12 | 9.49 | 16.05 | - |
| YUV | 88.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 110 | 0.18 | 0.25 | 0 | 0.57 | 255.56 | 0.14 | 0.38 |
| Hex | 5A | 53 | 6E | 12 | 19 | 0 | 39 | 100 | E | 26 |
| Octal | 132 | 123 | 156 | 22 | 31 | 0 | 71 | 400 | 16 | 46 |
| Binary | 1011010 | 1010011 | 1101110 | 10010 | 11001 | 0 | 111001 | 100000000 | 1110 | 100110 |
Color Harmonies of #5A536E
Complementary color
Monochromatic Colors of #5A536E
Black with #5A536E
Text Example
Text Example
White with #5A536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A536E; }
p { color: rgb(90,83,110); }
H1.HeaderClassName
{
color: #5A536E;
}
.AnyTagClassName
{
color: #5A536E;
}
</style>
background-color css
<style>
a { background-color: #5A536E; }
a { background-color: rgb(90,83,110); }
div.DivClassName
{
background-color: #5A536E;
}
.BgClassName
{
background-color: #5A536E;
}
</style>
border-color css
<style>
span { border-color: #5A536E; }
span { border-color: rgb(90,83,110); }
td.TdClassName
{
border-color: #5A536E;
}
.TagClassName
{
border-color: #5A536E;
}
</style>