Shades of Rock #57504A
Tints of Rock #57504A
RGB
CMYK
RGB Variations
Color information
#57504A (or 0x57504A) is known color: Rock. HEX triplet: 57, 50 and 4A. RGB value is (87,80,74). Sum of RGB (Red+Green+Blue) = 87+80+74=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #57504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57504A is #A8AFB5. Grayscale: #515151. Windows color (decimal): -11055030 or 4870231. OLE color: 4870231.
HSL color Cylindrical-coordinate representation of color #57504A: hue angle of 27.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57504A is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 74 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.66 |
| HSL | 27.69º | 0.08% | 0.32% | - |
| HSV(B) | 27.69º | 0.15% | 0.34% | - |
| XYZ | 8.04 | 8.26 | 7.65 | - |
| YUV | 81.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 74 | 0 | 0.08 | 0.15 | 0.66 | 27.69 | 0.08 | 0.32 |
| Hex | 57 | 50 | 4A | 0 | 8 | F | 42 | 1C | 8 | 20 |
| Octal | 127 | 120 | 112 | 0 | 10 | 17 | 102 | 34 | 10 | 40 |
| Binary | 1010111 | 1010000 | 1001010 | 0 | 1000 | 1111 | 1000010 | 11100 | 1000 | 100000 |
Color Harmonies of #57504A
Complementary color
Monochromatic Colors of #57504A
Black with #57504A
Text Example
Text Example
White with #57504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57504A; }
p { color: rgb(87,80,74); }
H1.HeaderClassName
{
color: #57504A;
}
.AnyTagClassName
{
color: #57504A;
}
</style>
background-color css
<style>
a { background-color: #57504A; }
a { background-color: rgb(87,80,74); }
div.DivClassName
{
background-color: #57504A;
}
.BgClassName
{
background-color: #57504A;
}
</style>
border-color css
<style>
span { border-color: #57504A; }
span { border-color: rgb(87,80,74); }
td.TdClassName
{
border-color: #57504A;
}
.TagClassName
{
border-color: #57504A;
}
</style>