Shades of Smoky #5D5A6E
Tints of Smoky #5D5A6E
RGB
CMYK
RGB Variations
Color information
#5D5A6E (or 0x5D5A6E) is known color: Smoky. HEX triplet: 5D, 5A and 6E. RGB value is (93,90,110). Sum of RGB (Red+Green+Blue) = 93+90+110=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A6E is #A2A591. Grayscale: #5D5D5D. Windows color (decimal): -10659218 or 7232093. OLE color: 7232093.
HSL color Cylindrical-coordinate representation of color #5D5A6E: hue angle of 249º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D5A6E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 90 | 110 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.57 |
| HSL | 249º | 0.1% | 0.39% | - |
| HSV(B) | 249º | 0.18% | 0.43% | - |
| XYZ | 10.98 | 10.77 | 16.25 | - |
| YUV | 93.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 110 | 0.15 | 0.18 | 0 | 0.57 | 249 | 0.1 | 0.39 |
| Hex | 5D | 5A | 6E | F | 12 | 0 | 39 | F9 | A | 27 |
| Octal | 135 | 132 | 156 | 17 | 22 | 0 | 71 | 371 | 12 | 47 |
| Binary | 1011101 | 1011010 | 1101110 | 1111 | 10010 | 0 | 111001 | 11111001 | 1010 | 100111 |
Color Harmonies of #5D5A6E
Complementary color
Monochromatic Colors of #5D5A6E
Black with #5D5A6E
Text Example
Text Example
White with #5D5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5A6E; }
p { color: rgb(93,90,110); }
H1.HeaderClassName
{
color: #5D5A6E;
}
.AnyTagClassName
{
color: #5D5A6E;
}
</style>
background-color css
<style>
a { background-color: #5D5A6E; }
a { background-color: rgb(93,90,110); }
div.DivClassName
{
background-color: #5D5A6E;
}
.BgClassName
{
background-color: #5D5A6E;
}
</style>
border-color css
<style>
span { border-color: #5D5A6E; }
span { border-color: rgb(93,90,110); }
td.TdClassName
{
border-color: #5D5A6E;
}
.TagClassName
{
border-color: #5D5A6E;
}
</style>