Shades of Storm Dust #605F57
Tints of Storm Dust #605F57
RGB
CMYK
RGB Variations
Color information
#605F57 (or 0x605F57) is known color: Storm Dust. HEX triplet: 60, 5F and 57. RGB value is (96,95,87). Sum of RGB (Red+Green+Blue) = 96+95+87=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #605F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F57 is #9FA0A8. Grayscale: #5E5E5E. Windows color (decimal): -10461353 or 5726048. OLE color: 5726048.
HSL color Cylindrical-coordinate representation of color #605F57: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #605F57 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 87 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.62 |
| HSL | 53.33º | 0.05% | 0.36% | - |
| HSV(B) | 53.33º | 0.09% | 0.38% | - |
| XYZ | 10.64 | 11.36 | 10.65 | - |
| YUV | 94.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 87 | 0 | 0.01 | 0.09 | 0.62 | 53.33 | 0.05 | 0.36 |
| Hex | 60 | 5F | 57 | 0 | 1 | 9 | 3E | 35 | 5 | 24 |
| Octal | 140 | 137 | 127 | 0 | 1 | 11 | 76 | 65 | 5 | 44 |
| Binary | 1100000 | 1011111 | 1010111 | 0 | 1 | 1001 | 111110 | 110101 | 101 | 100100 |
Color Harmonies of #605F57
Complementary color
Monochromatic Colors of #605F57
Black with #605F57
Text Example
Text Example
White with #605F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F57; }
p { color: rgb(96,95,87); }
H1.HeaderClassName
{
color: #605F57;
}
.AnyTagClassName
{
color: #605F57;
}
</style>
background-color css
<style>
a { background-color: #605F57; }
a { background-color: rgb(96,95,87); }
div.DivClassName
{
background-color: #605F57;
}
.BgClassName
{
background-color: #605F57;
}
</style>
border-color css
<style>
span { border-color: #605F57; }
span { border-color: rgb(96,95,87); }
td.TdClassName
{
border-color: #605F57;
}
.TagClassName
{
border-color: #605F57;
}
</style>