Shades of Storm Dust #5D5D58
Tints of Storm Dust #5D5D58
RGB
CMYK
RGB Variations
Color information
#5D5D58 (or 0x5D5D58) is known color: Storm Dust. HEX triplet: 5D, 5D and 58. RGB value is (93,93,88). Sum of RGB (Red+Green+Blue) = 93+93+88=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 93 - color contains mainly: red, green. Hex color #5D5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D58 is #A2A2A7. Grayscale: #5C5C5C. Windows color (decimal): -10658472 or 5791069. OLE color: 5791069.
HSL color Cylindrical-coordinate representation of color #5D5D58: hue angle of 60º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D5D58 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 93 | 88 | - |
CMYK | 0 | 0 | 0.05 | 0.64 |
HSL | 60º | 0.03% | 0.35% | - |
HSV(B) | 60º | 0.05% | 0.36% | - |
XYZ | 10.19 | 10.86 | 10.79 | - |
YUV | 92.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 93 | 88 | 0 | 0 | 0.05 | 0.64 | 60 | 0.03 | 0.35 |
Hex | 5D | 5D | 58 | 0 | 0 | 5 | 40 | 3C | 3 | 23 |
Octal | 135 | 135 | 130 | 0 | 0 | 5 | 100 | 74 | 3 | 43 |
Binary | 1011101 | 1011101 | 1011000 | 0 | 0 | 101 | 1000000 | 111100 | 11 | 100011 |
Color Harmonies of #5D5D58
Complementary color
Monochromatic Colors of #5D5D58
Black with #5D5D58
Text Example
Text Example
White with #5D5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5D58; }
p { color: rgb(93,93,88); }
H1.HeaderClassName
{
color: #5D5D58;
}
.AnyTagClassName
{
color: #5D5D58;
}
</style>
background-color css
<style>
a { background-color: #5D5D58; }
a { background-color: rgb(93,93,88); }
div.DivClassName
{
background-color: #5D5D58;
}
.BgClassName
{
background-color: #5D5D58;
}
</style>
border-color css
<style>
span { border-color: #5D5D58; }
span { border-color: rgb(93,93,88); }
td.TdClassName
{
border-color: #5D5D58;
}
.TagClassName
{
border-color: #5D5D58;
}
</style>