Shades of Storm Dust #5C5C5A
Tints of Storm Dust #5C5C5A
RGB
CMYK
RGB Variations
Color information
#5C5C5A (or 0x5C5C5A) is known color: Storm Dust. HEX triplet: 5C, 5C and 5A. RGB value is (92,92,90). Sum of RGB (Red+Green+Blue) = 92+92+90=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 92 - color contains mainly: red, green. Hex color #5C5C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5C5A is #A3A3A5. Grayscale: #5B5B5B. Windows color (decimal): -10724262 or 5921884. OLE color: 5921884.
HSL color Cylindrical-coordinate representation of color #5C5C5A: hue angle of 60º degrees, saturation: 0.01, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5C5C5A is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 92 | 90 | - |
| CMYK | 0 | 0 | 0.02 | 0.64 |
| HSL | 60º | 0.01% | 0.36% | - |
| HSV(B) | 60º | 0.02% | 0.36% | - |
| XYZ | 10.09 | 10.67 | 11.2 | - |
| YUV | 91.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 92 | 90 | 0 | 0 | 0.02 | 0.64 | 60 | 0.01 | 0.36 |
| Hex | 5C | 5C | 5A | 0 | 0 | 2 | 40 | 3C | 1 | 24 |
| Octal | 134 | 134 | 132 | 0 | 0 | 2 | 100 | 74 | 1 | 44 |
| Binary | 1011100 | 1011100 | 1011010 | 0 | 0 | 10 | 1000000 | 111100 | 1 | 100100 |
Color Harmonies of #5C5C5A
Complementary color
Monochromatic Colors of #5C5C5A
Black with #5C5C5A
Text Example
Text Example
White with #5C5C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5C5A; }
p { color: rgb(92,92,90); }
H1.HeaderClassName
{
color: #5C5C5A;
}
.AnyTagClassName
{
color: #5C5C5A;
}
</style>
background-color css
<style>
a { background-color: #5C5C5A; }
a { background-color: rgb(92,92,90); }
div.DivClassName
{
background-color: #5C5C5A;
}
.BgClassName
{
background-color: #5C5C5A;
}
</style>
border-color css
<style>
span { border-color: #5C5C5A; }
span { border-color: rgb(92,92,90); }
td.TdClassName
{
border-color: #5C5C5A;
}
.TagClassName
{
border-color: #5C5C5A;
}
</style>