Shades of Storm Dust #5F5E55
Tints of Storm Dust #5F5E55
RGB
CMYK
RGB Variations
Color information
#5F5E55 (or 0x5F5E55) is known color: Storm Dust. HEX triplet: 5F, 5E and 55. RGB value is (95,94,85). Sum of RGB (Red+Green+Blue) = 95+94+85=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E55 is #A0A1AA. Grayscale: #5D5D5D. Windows color (decimal): -10527147 or 5594719. OLE color: 5594719.
HSL color Cylindrical-coordinate representation of color #5F5E55: hue angle of 54º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5E55 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 94 | 85 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.63 |
| HSL | 54º | 0.06% | 0.35% | - |
| HSV(B) | 54º | 0.11% | 0.37% | - |
| XYZ | 10.36 | 11.09 | 10.19 | - |
| YUV | 93.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 85 | 0 | 0.01 | 0.11 | 0.63 | 54 | 0.06 | 0.35 |
| Hex | 5F | 5E | 55 | 0 | 1 | B | 3F | 36 | 6 | 23 |
| Octal | 137 | 136 | 125 | 0 | 1 | 13 | 77 | 66 | 6 | 43 |
| Binary | 1011111 | 1011110 | 1010101 | 0 | 1 | 1011 | 111111 | 110110 | 110 | 100011 |
Color Harmonies of #5F5E55
Complementary color
Monochromatic Colors of #5F5E55
Black with #5F5E55
Text Example
Text Example
White with #5F5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5E55; }
p { color: rgb(95,94,85); }
H1.HeaderClassName
{
color: #5F5E55;
}
.AnyTagClassName
{
color: #5F5E55;
}
</style>
background-color css
<style>
a { background-color: #5F5E55; }
a { background-color: rgb(95,94,85); }
div.DivClassName
{
background-color: #5F5E55;
}
.BgClassName
{
background-color: #5F5E55;
}
</style>
border-color css
<style>
span { border-color: #5F5E55; }
span { border-color: rgb(95,94,85); }
td.TdClassName
{
border-color: #5F5E55;
}
.TagClassName
{
border-color: #5F5E55;
}
</style>