Shades of Storm Dust #5E5D56
Tints of Storm Dust #5E5D56
RGB
CMYK
RGB Variations
Color information
#5E5D56 (or 0x5E5D56) is known color: Storm Dust. HEX triplet: 5E, 5D and 56. RGB value is (94,93,86). Sum of RGB (Red+Green+Blue) = 94+93+86=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D56 is #A1A2A9. Grayscale: #5C5C5C. Windows color (decimal): -10592938 or 5659998. OLE color: 5659998.
HSL color Cylindrical-coordinate representation of color #5E5D56: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5E5D56 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 93 | 86 | - |
CMYK | 0 | 0.01 | 0.09 | 0.63 |
HSL | 52.5º | 0.04% | 0.35% | - |
HSV(B) | 52.5º | 0.09% | 0.37% | - |
XYZ | 10.21 | 10.88 | 10.37 | - |
YUV | 92.5 | 124.33 | 129.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 93 | 86 | 0 | 0.01 | 0.09 | 0.63 | 52.5 | 0.04 | 0.35 |
Hex | 5E | 5D | 56 | 0 | 1 | 9 | 3F | 34 | 4 | 23 |
Octal | 136 | 135 | 126 | 0 | 1 | 11 | 77 | 64 | 4 | 43 |
Binary | 1011110 | 1011101 | 1010110 | 0 | 1 | 1001 | 111111 | 110100 | 100 | 100011 |
Color Harmonies of #5E5D56
Complementary color
Monochromatic Colors of #5E5D56
Black with #5E5D56
Text Example
Text Example
White with #5E5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5D56; }
p { color: rgb(94,93,86); }
H1.HeaderClassName
{
color: #5E5D56;
}
.AnyTagClassName
{
color: #5E5D56;
}
</style>
background-color css
<style>
a { background-color: #5E5D56; }
a { background-color: rgb(94,93,86); }
div.DivClassName
{
background-color: #5E5D56;
}
.BgClassName
{
background-color: #5E5D56;
}
</style>
border-color css
<style>
span { border-color: #5E5D56; }
span { border-color: rgb(94,93,86); }
td.TdClassName
{
border-color: #5E5D56;
}
.TagClassName
{
border-color: #5E5D56;
}
</style>