Shades of Storm Dust #605E55
Tints of Storm Dust #605E55
RGB
CMYK
RGB Variations
Color information
#605E55 (or 0x605E55) is known color: Storm Dust. HEX triplet: 60, 5E and 55. RGB value is (96,94,85). Sum of RGB (Red+Green+Blue) = 96+94+85=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #605E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E55 is #9FA1AA. Grayscale: #5D5D5D. Windows color (decimal): -10461611 or 5594720. OLE color: 5594720.
HSL color Cylindrical-coordinate representation of color #605E55: hue angle of 49.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605E55 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 85 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.62 |
| HSL | 49.09º | 0.06% | 0.35% | - |
| HSV(B) | 49.09º | 0.11% | 0.38% | - |
| XYZ | 10.47 | 11.15 | 10.19 | - |
| YUV | 93.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 85 | 0 | 0.02 | 0.11 | 0.62 | 49.09 | 0.06 | 0.35 |
| Hex | 60 | 5E | 55 | 0 | 2 | B | 3E | 31 | 6 | 23 |
| Octal | 140 | 136 | 125 | 0 | 2 | 13 | 76 | 61 | 6 | 43 |
| Binary | 1100000 | 1011110 | 1010101 | 0 | 10 | 1011 | 111110 | 110001 | 110 | 100011 |
Color Harmonies of #605E55
Complementary color
Monochromatic Colors of #605E55
Black with #605E55
Text Example
Text Example
White with #605E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E55; }
p { color: rgb(96,94,85); }
H1.HeaderClassName
{
color: #605E55;
}
.AnyTagClassName
{
color: #605E55;
}
</style>
background-color css
<style>
a { background-color: #605E55; }
a { background-color: rgb(96,94,85); }
div.DivClassName
{
background-color: #605E55;
}
.BgClassName
{
background-color: #605E55;
}
</style>
border-color css
<style>
span { border-color: #605E55; }
span { border-color: rgb(96,94,85); }
td.TdClassName
{
border-color: #605E55;
}
.TagClassName
{
border-color: #605E55;
}
</style>