Shades of Smoky #5E5A6E
Tints of Smoky #5E5A6E
RGB
CMYK
RGB Variations
Color information
#5E5A6E (or 0x5E5A6E) is known color: Smoky. HEX triplet: 5E, 5A and 6E. RGB value is (94,90,110). Sum of RGB (Red+Green+Blue) = 94+90+110=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E5A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A6E is #A1A591. Grayscale: #5D5D5D. Windows color (decimal): -10593682 or 7232094. OLE color: 7232094.
HSL color Cylindrical-coordinate representation of color #5E5A6E: hue angle of 252º 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 #5E5A6E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
RGB | 94 | 90 | 110 | - |
CMYK | 0.15 | 0.18 | 0 | 0.57 |
HSL | 252º | 0.1% | 0.39% | - |
HSV(B) | 252º | 0.18% | 0.43% | - |
XYZ | 11.09 | 10.82 | 16.26 | - |
YUV | 93.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 110 | 0.15 | 0.18 | 0 | 0.57 | 252 | 0.1 | 0.39 |
Hex | 5E | 5A | 6E | F | 12 | 0 | 39 | FC | A | 27 |
Octal | 136 | 132 | 156 | 17 | 22 | 0 | 71 | 374 | 12 | 47 |
Binary | 1011110 | 1011010 | 1101110 | 1111 | 10010 | 0 | 111001 | 11111100 | 1010 | 100111 |
Color Harmonies of #5E5A6E
Complementary color
Monochromatic Colors of #5E5A6E
Black with #5E5A6E
Text Example
Text Example
White with #5E5A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A6E; }
p { color: rgb(94,90,110); }
H1.HeaderClassName
{
color: #5E5A6E;
}
.AnyTagClassName
{
color: #5E5A6E;
}
</style>
background-color css
<style>
a { background-color: #5E5A6E; }
a { background-color: rgb(94,90,110); }
div.DivClassName
{
background-color: #5E5A6E;
}
.BgClassName
{
background-color: #5E5A6E;
}
</style>
border-color css
<style>
span { border-color: #5E5A6E; }
span { border-color: rgb(94,90,110); }
td.TdClassName
{
border-color: #5E5A6E;
}
.TagClassName
{
border-color: #5E5A6E;
}
</style>