Shades of Storm Dust #5F5E57
Tints of Storm Dust #5F5E57
RGB
CMYK
RGB Variations
Color information
#5F5E57 (or 0x5F5E57) is known color: Storm Dust. HEX triplet: 5F, 5E and 57. RGB value is (95,94,87). Sum of RGB (Red+Green+Blue) = 95+94+87=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E57 is #A0A1A8. Grayscale: #5D5D5D. Windows color (decimal): -10527145 or 5725791. OLE color: 5725791.
HSL color Cylindrical-coordinate representation of color #5F5E57: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F5E57 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 94 | 87 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.63 |
| HSL | 52.5º | 0.04% | 0.36% | - |
| HSV(B) | 52.5º | 0.08% | 0.37% | - |
| XYZ | 10.44 | 11.13 | 10.61 | - |
| YUV | 93.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 87 | 0 | 0.01 | 0.08 | 0.63 | 52.5 | 0.04 | 0.36 |
| Hex | 5F | 5E | 57 | 0 | 1 | 8 | 3F | 34 | 4 | 24 |
| Octal | 137 | 136 | 127 | 0 | 1 | 10 | 77 | 64 | 4 | 44 |
| Binary | 1011111 | 1011110 | 1010111 | 0 | 1 | 1000 | 111111 | 110100 | 100 | 100100 |
Color Harmonies of #5F5E57
Complementary color
Monochromatic Colors of #5F5E57
Black with #5F5E57
Text Example
Text Example
White with #5F5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5E57; }
p { color: rgb(95,94,87); }
H1.HeaderClassName
{
color: #5F5E57;
}
.AnyTagClassName
{
color: #5F5E57;
}
</style>
background-color css
<style>
a { background-color: #5F5E57; }
a { background-color: rgb(95,94,87); }
div.DivClassName
{
background-color: #5F5E57;
}
.BgClassName
{
background-color: #5F5E57;
}
</style>
border-color css
<style>
span { border-color: #5F5E57; }
span { border-color: rgb(95,94,87); }
td.TdClassName
{
border-color: #5F5E57;
}
.TagClassName
{
border-color: #5F5E57;
}
</style>