Shades of Tundora #58504D
Tints of Tundora #58504D
RGB
CMYK
RGB Variations
Color information
#58504D (or 0x58504D) is known color: Tundora. HEX triplet: 58, 50 and 4D. RGB value is (88,80,77). Sum of RGB (Red+Green+Blue) = 88+80+77=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 88 - color contains mainly: red. Hex color #58504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58504D is #A7AFB2. Grayscale: #525252. Windows color (decimal): -10989491 or 5066840. OLE color: 5066840.
HSL color Cylindrical-coordinate representation of color #58504D: hue angle of 16.36º 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 #58504D is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 77 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.65 |
| HSL | 16.36º | 0.07% | 0.32% | - |
| HSV(B) | 16.36º | 0.13% | 0.35% | - |
| XYZ | 8.23 | 8.35 | 8.2 | - |
| YUV | 82.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 77 | 0 | 0.09 | 0.12 | 0.65 | 16.36 | 0.07 | 0.32 |
| Hex | 58 | 50 | 4D | 0 | 9 | C | 41 | 10 | 7 | 20 |
| Octal | 130 | 120 | 115 | 0 | 11 | 14 | 101 | 20 | 7 | 40 |
| Binary | 1011000 | 1010000 | 1001101 | 0 | 1001 | 1100 | 1000001 | 10000 | 111 | 100000 |
Color Harmonies of #58504D
Complementary color
Monochromatic Colors of #58504D
Black with #58504D
Text Example
Text Example
White with #58504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58504D; }
p { color: rgb(88,80,77); }
H1.HeaderClassName
{
color: #58504D;
}
.AnyTagClassName
{
color: #58504D;
}
</style>
background-color css
<style>
a { background-color: #58504D; }
a { background-color: rgb(88,80,77); }
div.DivClassName
{
background-color: #58504D;
}
.BgClassName
{
background-color: #58504D;
}
</style>
border-color css
<style>
span { border-color: #58504D; }
span { border-color: rgb(88,80,77); }
td.TdClassName
{
border-color: #58504D;
}
.TagClassName
{
border-color: #58504D;
}
</style>