Shades of Smoky #5A536D
Tints of Smoky #5A536D
RGB
CMYK
RGB Variations
Color information
#5A536D (or 0x5A536D) is known color: Smoky. HEX triplet: 5A, 53 and 6D. RGB value is (90,83,109). Sum of RGB (Red+Green+Blue) = 90+83+109=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A536D is #A5AC92. Grayscale: #575757. Windows color (decimal): -10857619 or 7164762. OLE color: 7164762.
HSL color Cylindrical-coordinate representation of color #5A536D: hue angle of 256.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A536D is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 83 | 109 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.57 |
| HSL | 256.15º | 0.14% | 0.38% | - |
| HSV(B) | 256.15º | 0.24% | 0.43% | - |
| XYZ | 10.07 | 9.46 | 15.76 | - |
| YUV | 88.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 109 | 0.17 | 0.24 | 0 | 0.57 | 256.15 | 0.14 | 0.38 |
| Hex | 5A | 53 | 6D | 11 | 18 | 0 | 39 | 100 | E | 26 |
| Octal | 132 | 123 | 155 | 21 | 30 | 0 | 71 | 400 | 16 | 46 |
| Binary | 1011010 | 1010011 | 1101101 | 10001 | 11000 | 0 | 111001 | 100000000 | 1110 | 100110 |
Color Harmonies of #5A536D
Complementary color
Monochromatic Colors of #5A536D
Black with #5A536D
Text Example
Text Example
White with #5A536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A536D; }
p { color: rgb(90,83,109); }
H1.HeaderClassName
{
color: #5A536D;
}
.AnyTagClassName
{
color: #5A536D;
}
</style>
background-color css
<style>
a { background-color: #5A536D; }
a { background-color: rgb(90,83,109); }
div.DivClassName
{
background-color: #5A536D;
}
.BgClassName
{
background-color: #5A536D;
}
</style>
border-color css
<style>
span { border-color: #5A536D; }
span { border-color: rgb(90,83,109); }
td.TdClassName
{
border-color: #5A536D;
}
.TagClassName
{
border-color: #5A536D;
}
</style>