Shades of Storm Dust #605E58
Tints of Storm Dust #605E58
RGB
CMYK
RGB Variations
Color information
#605E58 (or 0x605E58) is known color: Storm Dust. HEX triplet: 60, 5E and 58. RGB value is (96,94,88). Sum of RGB (Red+Green+Blue) = 96+94+88=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 96 - color contains mainly: red. Hex color #605E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E58 is #9FA1A7. Grayscale: #5D5D5D. Windows color (decimal): -10461608 or 5791328. OLE color: 5791328.
HSL color Cylindrical-coordinate representation of color #605E58: hue angle of 45º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605E58 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 88 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.62 |
| HSL | 45º | 0.04% | 0.36% | - |
| HSV(B) | 45º | 0.08% | 0.38% | - |
| XYZ | 10.59 | 11.2 | 10.84 | - |
| YUV | 93.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 88 | 0 | 0.02 | 0.08 | 0.62 | 45 | 0.04 | 0.36 |
| Hex | 60 | 5E | 58 | 0 | 2 | 8 | 3E | 2D | 4 | 24 |
| Octal | 140 | 136 | 130 | 0 | 2 | 10 | 76 | 55 | 4 | 44 |
| Binary | 1100000 | 1011110 | 1011000 | 0 | 10 | 1000 | 111110 | 101101 | 100 | 100100 |
Color Harmonies of #605E58
Complementary color
Monochromatic Colors of #605E58
Black with #605E58
Text Example
Text Example
White with #605E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E58; }
p { color: rgb(96,94,88); }
H1.HeaderClassName
{
color: #605E58;
}
.AnyTagClassName
{
color: #605E58;
}
</style>
background-color css
<style>
a { background-color: #605E58; }
a { background-color: rgb(96,94,88); }
div.DivClassName
{
background-color: #605E58;
}
.BgClassName
{
background-color: #605E58;
}
</style>
border-color css
<style>
span { border-color: #605E58; }
span { border-color: rgb(96,94,88); }
td.TdClassName
{
border-color: #605E58;
}
.TagClassName
{
border-color: #605E58;
}
</style>