Shades of Rock #59514A
Tints of Rock #59514A
RGB
CMYK
RGB Variations
Color information
#59514A (or 0x59514A) is known color: Rock. HEX triplet: 59, 51 and 4A. RGB value is (89,81,74). Sum of RGB (Red+Green+Blue) = 89+81+74=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #59514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59514A is #A6AEB5. Grayscale: #525252. Windows color (decimal): -10923702 or 4870489. OLE color: 4870489.
HSL color Cylindrical-coordinate representation of color #59514A: hue angle of 28º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59514A is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 74 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.65 |
| HSL | 28º | 0.09% | 0.32% | - |
| HSV(B) | 28º | 0.17% | 0.35% | - |
| XYZ | 8.3 | 8.5 | 7.68 | - |
| YUV | 82.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 74 | 0 | 0.09 | 0.17 | 0.65 | 28 | 0.09 | 0.32 |
| Hex | 59 | 51 | 4A | 0 | 9 | 11 | 41 | 1C | 9 | 20 |
| Octal | 131 | 121 | 112 | 0 | 11 | 21 | 101 | 34 | 11 | 40 |
| Binary | 1011001 | 1010001 | 1001010 | 0 | 1001 | 10001 | 1000001 | 11100 | 1001 | 100000 |
Color Harmonies of #59514A
Complementary color
Monochromatic Colors of #59514A
Black with #59514A
Text Example
Text Example
White with #59514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59514A; }
p { color: rgb(89,81,74); }
H1.HeaderClassName
{
color: #59514A;
}
.AnyTagClassName
{
color: #59514A;
}
</style>
background-color css
<style>
a { background-color: #59514A; }
a { background-color: rgb(89,81,74); }
div.DivClassName
{
background-color: #59514A;
}
.BgClassName
{
background-color: #59514A;
}
</style>
border-color css
<style>
span { border-color: #59514A; }
span { border-color: rgb(89,81,74); }
td.TdClassName
{
border-color: #59514A;
}
.TagClassName
{
border-color: #59514A;
}
</style>