Shades of Tundora #58504C
Tints of Tundora #58504C
RGB
CMYK
RGB Variations
Color information
#58504C (or 0x58504C) is known color: Tundora. HEX triplet: 58, 50 and 4C. RGB value is (88,80,76). Sum of RGB (Red+Green+Blue) = 88+80+76=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #58504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58504C is #A7AFB3. Grayscale: #515151. Windows color (decimal): -10989492 or 5001304. OLE color: 5001304.
HSL color Cylindrical-coordinate representation of color #58504C: hue angle of 20º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58504C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 80 | 76 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.65 |
| HSL | 20º | 0.07% | 0.32% | - |
| HSV(B) | 20º | 0.14% | 0.35% | - |
| XYZ | 8.2 | 8.33 | 8.01 | - |
| YUV | 81.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 76 | 0 | 0.09 | 0.14 | 0.65 | 20 | 0.07 | 0.32 |
| Hex | 58 | 50 | 4C | 0 | 9 | E | 41 | 14 | 7 | 20 |
| Octal | 130 | 120 | 114 | 0 | 11 | 16 | 101 | 24 | 7 | 40 |
| Binary | 1011000 | 1010000 | 1001100 | 0 | 1001 | 1110 | 1000001 | 10100 | 111 | 100000 |
Color Harmonies of #58504C
Complementary color
Monochromatic Colors of #58504C
Black with #58504C
Text Example
Text Example
White with #58504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58504C; }
p { color: rgb(88,80,76); }
H1.HeaderClassName
{
color: #58504C;
}
.AnyTagClassName
{
color: #58504C;
}
</style>
background-color css
<style>
a { background-color: #58504C; }
a { background-color: rgb(88,80,76); }
div.DivClassName
{
background-color: #58504C;
}
.BgClassName
{
background-color: #58504C;
}
</style>
border-color css
<style>
span { border-color: #58504C; }
span { border-color: rgb(88,80,76); }
td.TdClassName
{
border-color: #58504C;
}
.TagClassName
{
border-color: #58504C;
}
</style>