Shades of Storm Dust #605F5B
Tints of Storm Dust #605F5B
RGB
CMYK
RGB Variations
Color information
#605F5B (or 0x605F5B) is known color: Storm Dust. HEX triplet: 60, 5F and 5B. RGB value is (96,95,91). Sum of RGB (Red+Green+Blue) = 96+95+91=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5B is #9FA0A4. Grayscale: #5E5E5E. Windows color (decimal): -10461349 or 5988192. OLE color: 5988192.
HSL color Cylindrical-coordinate representation of color #605F5B: hue angle of 48º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605F5B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 91 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.62 |
| HSL | 48º | 0.03% | 0.37% | - |
| HSV(B) | 48º | 0.05% | 0.38% | - |
| XYZ | 10.8 | 11.43 | 11.53 | - |
| YUV | 94.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 91 | 0 | 0.01 | 0.05 | 0.62 | 48 | 0.03 | 0.37 |
| Hex | 60 | 5F | 5B | 0 | 1 | 5 | 3E | 30 | 3 | 25 |
| Octal | 140 | 137 | 133 | 0 | 1 | 5 | 76 | 60 | 3 | 45 |
| Binary | 1100000 | 1011111 | 1011011 | 0 | 1 | 101 | 111110 | 110000 | 11 | 100101 |
Color Harmonies of #605F5B
Complementary color
Monochromatic Colors of #605F5B
Black with #605F5B
Text Example
Text Example
White with #605F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F5B; }
p { color: rgb(96,95,91); }
H1.HeaderClassName
{
color: #605F5B;
}
.AnyTagClassName
{
color: #605F5B;
}
</style>
background-color css
<style>
a { background-color: #605F5B; }
a { background-color: rgb(96,95,91); }
div.DivClassName
{
background-color: #605F5B;
}
.BgClassName
{
background-color: #605F5B;
}
</style>
border-color css
<style>
span { border-color: #605F5B; }
span { border-color: rgb(96,95,91); }
td.TdClassName
{
border-color: #605F5B;
}
.TagClassName
{
border-color: #605F5B;
}
</style>