Shades of Storm Dust #5B5B58
Tints of Storm Dust #5B5B58
RGB
CMYK
RGB Variations
Color information
#5B5B58 (or 0x5B5B58) is known color: Storm Dust. HEX triplet: 5B, 5B and 58. RGB value is (91,91,88). Sum of RGB (Red+Green+Blue) = 91+91+88=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5B58 is #A4A4A7. Grayscale: #5A5A5A. Windows color (decimal): -10790056 or 5790555. OLE color: 5790555.
HSL color Cylindrical-coordinate representation of color #5B5B58: hue angle of 60º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5B5B58 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
RGB | 91 | 91 | 88 | - |
CMYK | 0 | 0 | 0.03 | 0.64 |
HSL | 60º | 0.02% | 0.35% | - |
HSV(B) | 60º | 0.03% | 0.36% | - |
XYZ | 9.82 | 10.41 | 10.72 | - |
YUV | 90.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 91 | 88 | 0 | 0 | 0.03 | 0.64 | 60 | 0.02 | 0.35 |
Hex | 5B | 5B | 58 | 0 | 0 | 3 | 40 | 3C | 2 | 23 |
Octal | 133 | 133 | 130 | 0 | 0 | 3 | 100 | 74 | 2 | 43 |
Binary | 1011011 | 1011011 | 1011000 | 0 | 0 | 11 | 1000000 | 111100 | 10 | 100011 |
Color Harmonies of #5B5B58
Complementary color
Monochromatic Colors of #5B5B58
Black with #5B5B58
Text Example
Text Example
White with #5B5B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5B58; }
p { color: rgb(91,91,88); }
H1.HeaderClassName
{
color: #5B5B58;
}
.AnyTagClassName
{
color: #5B5B58;
}
</style>
background-color css
<style>
a { background-color: #5B5B58; }
a { background-color: rgb(91,91,88); }
div.DivClassName
{
background-color: #5B5B58;
}
.BgClassName
{
background-color: #5B5B58;
}
</style>
border-color css
<style>
span { border-color: #5B5B58; }
span { border-color: rgb(91,91,88); }
td.TdClassName
{
border-color: #5B5B58;
}
.TagClassName
{
border-color: #5B5B58;
}
</style>