Shades of Rock #5C5046
Tints of Rock #5C5046
RGB
CMYK
RGB Variations
Color information
#5C5046 (or 0x5C5046) is known color: Rock. HEX triplet: 5C, 50 and 46. RGB value is (92,80,70). Sum of RGB (Red+Green+Blue) = 92+80+70=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5046 is #A3AFB9. Grayscale: #525252. Windows color (decimal): -10727354 or 4608092. OLE color: 4608092.
HSL color Cylindrical-coordinate representation of color #5C5046: hue angle of 27.27º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C5046 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 80 | 70 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.64 |
| HSL | 27.27º | 0.14% | 0.32% | - |
| HSV(B) | 27.27º | 0.24% | 0.36% | - |
| XYZ | 8.39 | 8.45 | 6.98 | - |
| YUV | 82.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 80 | 70 | 0 | 0.13 | 0.24 | 0.64 | 27.27 | 0.14 | 0.32 |
| Hex | 5C | 50 | 46 | 0 | D | 18 | 40 | 1B | E | 20 |
| Octal | 134 | 120 | 106 | 0 | 15 | 30 | 100 | 33 | 16 | 40 |
| Binary | 1011100 | 1010000 | 1000110 | 0 | 1101 | 11000 | 1000000 | 11011 | 1110 | 100000 |
Color Harmonies of #5C5046
Complementary color
Monochromatic Colors of #5C5046
Black with #5C5046
Text Example
Text Example
White with #5C5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5046; }
p { color: rgb(92,80,70); }
H1.HeaderClassName
{
color: #5C5046;
}
.AnyTagClassName
{
color: #5C5046;
}
</style>
background-color css
<style>
a { background-color: #5C5046; }
a { background-color: rgb(92,80,70); }
div.DivClassName
{
background-color: #5C5046;
}
.BgClassName
{
background-color: #5C5046;
}
</style>
border-color css
<style>
span { border-color: #5C5046; }
span { border-color: rgb(92,80,70); }
td.TdClassName
{
border-color: #5C5046;
}
.TagClassName
{
border-color: #5C5046;
}
</style>