Shades of Tundora #57504D
Tints of Tundora #57504D
RGB
CMYK
RGB Variations
Color information
#57504D (or 0x57504D) is known color: Tundora. HEX triplet: 57, 50 and 4D. RGB value is (87,80,77). Sum of RGB (Red+Green+Blue) = 87+80+77=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #57504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57504D is #A8AFB2. Grayscale: #515151. Windows color (decimal): -11055027 or 5066839. OLE color: 5066839.
HSL color Cylindrical-coordinate representation of color #57504D: hue angle of 18º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57504D is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 77 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.66 |
| HSL | 18º | 0.06% | 0.32% | - |
| HSV(B) | 18º | 0.11% | 0.34% | - |
| XYZ | 8.14 | 8.3 | 8.19 | - |
| YUV | 81.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 77 | 0 | 0.08 | 0.11 | 0.66 | 18 | 0.06 | 0.32 |
| Hex | 57 | 50 | 4D | 0 | 8 | B | 42 | 12 | 6 | 20 |
| Octal | 127 | 120 | 115 | 0 | 10 | 13 | 102 | 22 | 6 | 40 |
| Binary | 1010111 | 1010000 | 1001101 | 0 | 1000 | 1011 | 1000010 | 10010 | 110 | 100000 |
Color Harmonies of #57504D
Complementary color
Monochromatic Colors of #57504D
Black with #57504D
Text Example
Text Example
White with #57504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57504D; }
p { color: rgb(87,80,77); }
H1.HeaderClassName
{
color: #57504D;
}
.AnyTagClassName
{
color: #57504D;
}
</style>
background-color css
<style>
a { background-color: #57504D; }
a { background-color: rgb(87,80,77); }
div.DivClassName
{
background-color: #57504D;
}
.BgClassName
{
background-color: #57504D;
}
</style>
border-color css
<style>
span { border-color: #57504D; }
span { border-color: rgb(87,80,77); }
td.TdClassName
{
border-color: #57504D;
}
.TagClassName
{
border-color: #57504D;
}
</style>