Shades of Smoky #5E5D62
Tints of Smoky #5E5D62
RGB
CMYK
RGB Variations
Color information
#5E5D62 (or 0x5E5D62) is known color: Smoky. HEX triplet: 5E, 5D and 62. RGB value is (94,93,98). Sum of RGB (Red+Green+Blue) = 94+93+98=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E5D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D62 is #A1A29D. Grayscale: #5D5D5D. Windows color (decimal): -10592926 or 6446430. OLE color: 6446430.
HSL color Cylindrical-coordinate representation of color #5E5D62: hue angle of 252º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5E5D62 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 93 | 98 | - |
CMYK | 0.04 | 0.05 | 0 | 0.62 |
HSL | 252º | 0.03% | 0.37% | - |
HSV(B) | 252º | 0.05% | 0.38% | - |
XYZ | 10.74 | 11.09 | 13.13 | - |
YUV | 93.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 93 | 98 | 0.04 | 0.05 | 0 | 0.62 | 252 | 0.03 | 0.37 |
Hex | 5E | 5D | 62 | 4 | 5 | 0 | 3E | FC | 3 | 25 |
Octal | 136 | 135 | 142 | 4 | 5 | 0 | 76 | 374 | 3 | 45 |
Binary | 1011110 | 1011101 | 1100010 | 100 | 101 | 0 | 111110 | 11111100 | 11 | 100101 |
Color Harmonies of #5E5D62
Complementary color
Monochromatic Colors of #5E5D62
Black with #5E5D62
Text Example
Text Example
White with #5E5D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5D62; }
p { color: rgb(94,93,98); }
H1.HeaderClassName
{
color: #5E5D62;
}
.AnyTagClassName
{
color: #5E5D62;
}
</style>
background-color css
<style>
a { background-color: #5E5D62; }
a { background-color: rgb(94,93,98); }
div.DivClassName
{
background-color: #5E5D62;
}
.BgClassName
{
background-color: #5E5D62;
}
</style>
border-color css
<style>
span { border-color: #5E5D62; }
span { border-color: rgb(94,93,98); }
td.TdClassName
{
border-color: #5E5D62;
}
.TagClassName
{
border-color: #5E5D62;
}
</style>