Shades of Tundora #58514D
Tints of Tundora #58514D
RGB
CMYK
RGB Variations
Color information
#58514D (or 0x58514D) is known color: Tundora. HEX triplet: 58, 51 and 4D. RGB value is (88,81,77). Sum of RGB (Red+Green+Blue) = 88+81+77=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 88 - color contains mainly: red. Hex color #58514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58514D is #A7AEB2. Grayscale: #525252. Windows color (decimal): -10989235 or 5067096. OLE color: 5067096.
HSL color Cylindrical-coordinate representation of color #58514D: hue angle of 21.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58514D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 77 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.65 |
| HSL | 21.82º | 0.07% | 0.32% | - |
| HSV(B) | 21.82º | 0.13% | 0.35% | - |
| XYZ | 8.31 | 8.5 | 8.22 | - |
| YUV | 82.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 77 | 0 | 0.08 | 0.12 | 0.65 | 21.82 | 0.07 | 0.32 |
| Hex | 58 | 51 | 4D | 0 | 8 | C | 41 | 16 | 7 | 20 |
| Octal | 130 | 121 | 115 | 0 | 10 | 14 | 101 | 26 | 7 | 40 |
| Binary | 1011000 | 1010001 | 1001101 | 0 | 1000 | 1100 | 1000001 | 10110 | 111 | 100000 |
Color Harmonies of #58514D
Complementary color
Monochromatic Colors of #58514D
Black with #58514D
Text Example
Text Example
White with #58514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58514D; }
p { color: rgb(88,81,77); }
H1.HeaderClassName
{
color: #58514D;
}
.AnyTagClassName
{
color: #58514D;
}
</style>
background-color css
<style>
a { background-color: #58514D; }
a { background-color: rgb(88,81,77); }
div.DivClassName
{
background-color: #58514D;
}
.BgClassName
{
background-color: #58514D;
}
</style>
border-color css
<style>
span { border-color: #58514D; }
span { border-color: rgb(88,81,77); }
td.TdClassName
{
border-color: #58514D;
}
.TagClassName
{
border-color: #58514D;
}
</style>