Shades of Storm Dust #605E54
Tints of Storm Dust #605E54
RGB
CMYK
RGB Variations
Color information
#605E54 (or 0x605E54) is known color: Storm Dust. HEX triplet: 60, 5E and 54. RGB value is (96,94,84). Sum of RGB (Red+Green+Blue) = 96+94+84=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #605E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E54 is #9FA1AB. Grayscale: #5D5D5D. Windows color (decimal): -10461612 or 5529184. OLE color: 5529184.
HSL color Cylindrical-coordinate representation of color #605E54: hue angle of 50º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605E54 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 84 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.62 |
| HSL | 50º | 0.07% | 0.35% | - |
| HSV(B) | 50º | 0.13% | 0.38% | - |
| XYZ | 10.43 | 11.13 | 9.99 | - |
| YUV | 93.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 84 | 0 | 0.02 | 0.12 | 0.62 | 50 | 0.07 | 0.35 |
| Hex | 60 | 5E | 54 | 0 | 2 | C | 3E | 32 | 7 | 23 |
| Octal | 140 | 136 | 124 | 0 | 2 | 14 | 76 | 62 | 7 | 43 |
| Binary | 1100000 | 1011110 | 1010100 | 0 | 10 | 1100 | 111110 | 110010 | 111 | 100011 |
Color Harmonies of #605E54
Complementary color
Monochromatic Colors of #605E54
Black with #605E54
Text Example
Text Example
White with #605E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E54; }
p { color: rgb(96,94,84); }
H1.HeaderClassName
{
color: #605E54;
}
.AnyTagClassName
{
color: #605E54;
}
</style>
background-color css
<style>
a { background-color: #605E54; }
a { background-color: rgb(96,94,84); }
div.DivClassName
{
background-color: #605E54;
}
.BgClassName
{
background-color: #605E54;
}
</style>
border-color css
<style>
span { border-color: #605E54; }
span { border-color: rgb(96,94,84); }
td.TdClassName
{
border-color: #605E54;
}
.TagClassName
{
border-color: #605E54;
}
</style>