Shades of Storm Dust #5F5F5C
Tints of Storm Dust #5F5F5C
RGB
CMYK
RGB Variations
Color information
#5F5F5C (or 0x5F5F5C) is known color: Storm Dust. HEX triplet: 5F, 5F and 5C. RGB value is (95,95,92). Sum of RGB (Red+Green+Blue) = 95+95+92=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 95 - color contains mainly: red, green. Hex color #5F5F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5F5C is #A0A0A3. Grayscale: #5E5E5E. Windows color (decimal): -10526884 or 6053727. OLE color: 6053727.
HSL color Cylindrical-coordinate representation of color #5F5F5C: hue angle of 60º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5F5F5C is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 95 | 95 | 92 | - |
CMYK | 0 | 0 | 0.03 | 0.63 |
HSL | 60º | 0.02% | 0.37% | - |
HSV(B) | 60º | 0.03% | 0.37% | - |
XYZ | 10.74 | 11.39 | 11.76 | - |
YUV | 94.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 95 | 95 | 92 | 0 | 0 | 0.03 | 0.63 | 60 | 0.02 | 0.37 |
Hex | 5F | 5F | 5C | 0 | 0 | 3 | 3F | 3C | 2 | 25 |
Octal | 137 | 137 | 134 | 0 | 0 | 3 | 77 | 74 | 2 | 45 |
Binary | 1011111 | 1011111 | 1011100 | 0 | 0 | 11 | 111111 | 111100 | 10 | 100101 |
Color Harmonies of #5F5F5C
Complementary color
Monochromatic Colors of #5F5F5C
Black with #5F5F5C
Text Example
Text Example
White with #5F5F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5F5C; }
p { color: rgb(95,95,92); }
H1.HeaderClassName
{
color: #5F5F5C;
}
.AnyTagClassName
{
color: #5F5F5C;
}
</style>
background-color css
<style>
a { background-color: #5F5F5C; }
a { background-color: rgb(95,95,92); }
div.DivClassName
{
background-color: #5F5F5C;
}
.BgClassName
{
background-color: #5F5F5C;
}
</style>
border-color css
<style>
span { border-color: #5F5F5C; }
span { border-color: rgb(95,95,92); }
td.TdClassName
{
border-color: #5F5F5C;
}
.TagClassName
{
border-color: #5F5F5C;
}
</style>