Shades of Smoky #5A556D
Tints of Smoky #5A556D
RGB
CMYK
RGB Variations
Color information
#5A556D (or 0x5A556D) is known color: Smoky. HEX triplet: 5A, 55 and 6D. RGB value is (90,85,109). Sum of RGB (Red+Green+Blue) = 90+85+109=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A556D is #A5AA92. Grayscale: #595959. Windows color (decimal): -10857107 or 7165274. OLE color: 7165274.
HSL color Cylindrical-coordinate representation of color #5A556D: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A556D is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 85 | 109 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.57 |
| HSL | 252.5º | 0.12% | 0.38% | - |
| HSV(B) | 252.5º | 0.22% | 0.43% | - |
| XYZ | 10.23 | 9.77 | 15.82 | - |
| YUV | 89.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 109 | 0.17 | 0.22 | 0 | 0.57 | 252.5 | 0.12 | 0.38 |
| Hex | 5A | 55 | 6D | 11 | 16 | 0 | 39 | FD | C | 26 |
| Octal | 132 | 125 | 155 | 21 | 26 | 0 | 71 | 375 | 14 | 46 |
| Binary | 1011010 | 1010101 | 1101101 | 10001 | 10110 | 0 | 111001 | 11111101 | 1100 | 100110 |
Color Harmonies of #5A556D
Complementary color
Monochromatic Colors of #5A556D
Black with #5A556D
Text Example
Text Example
White with #5A556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A556D; }
p { color: rgb(90,85,109); }
H1.HeaderClassName
{
color: #5A556D;
}
.AnyTagClassName
{
color: #5A556D;
}
</style>
background-color css
<style>
a { background-color: #5A556D; }
a { background-color: rgb(90,85,109); }
div.DivClassName
{
background-color: #5A556D;
}
.BgClassName
{
background-color: #5A556D;
}
</style>
border-color css
<style>
span { border-color: #5A556D; }
span { border-color: rgb(90,85,109); }
td.TdClassName
{
border-color: #5A556D;
}
.TagClassName
{
border-color: #5A556D;
}
</style>