Shades of Storm Dust #5B5B59
Tints of Storm Dust #5B5B59
RGB
CMYK
RGB Variations
Color information
#5B5B59 (or 0x5B5B59) is known color: Storm Dust. HEX triplet: 5B, 5B and 59. RGB value is (91,91,89). Sum of RGB (Red+Green+Blue) = 91+91+89=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5B59 is #A4A4A6. Grayscale: #5A5A5A. Windows color (decimal): -10790055 or 5856091. OLE color: 5856091.
HSL color Cylindrical-coordinate representation of color #5B5B59: hue angle of 60º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5B5B59 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 91 | 89 | - |
| CMYK | 0 | 0 | 0.02 | 0.64 |
| HSL | 60º | 0.01% | 0.35% | - |
| HSV(B) | 60º | 0.02% | 0.36% | - |
| XYZ | 9.86 | 10.43 | 10.94 | - |
| YUV | 90.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 89 | 0 | 0 | 0.02 | 0.64 | 60 | 0.01 | 0.35 |
| Hex | 5B | 5B | 59 | 0 | 0 | 2 | 40 | 3C | 1 | 23 |
| Octal | 133 | 133 | 131 | 0 | 0 | 2 | 100 | 74 | 1 | 43 |
| Binary | 1011011 | 1011011 | 1011001 | 0 | 0 | 10 | 1000000 | 111100 | 1 | 100011 |
Color Harmonies of #5B5B59
Complementary color
Monochromatic Colors of #5B5B59
Black with #5B5B59
Text Example
Text Example
White with #5B5B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5B59; }
p { color: rgb(91,91,89); }
H1.HeaderClassName
{
color: #5B5B59;
}
.AnyTagClassName
{
color: #5B5B59;
}
</style>
background-color css
<style>
a { background-color: #5B5B59; }
a { background-color: rgb(91,91,89); }
div.DivClassName
{
background-color: #5B5B59;
}
.BgClassName
{
background-color: #5B5B59;
}
</style>
border-color css
<style>
span { border-color: #5B5B59; }
span { border-color: rgb(91,91,89); }
td.TdClassName
{
border-color: #5B5B59;
}
.TagClassName
{
border-color: #5B5B59;
}
</style>