Shades of Tundora #58534F
Tints of Tundora #58534F
RGB
CMYK
RGB Variations
Color information
#58534F (or 0x58534F) is known color: Tundora. HEX triplet: 58, 53 and 4F. RGB value is (88,83,79). Sum of RGB (Red+Green+Blue) = 88+83+79=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #58534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58534F is #A7ACB0. Grayscale: #545454. Windows color (decimal): -10988721 or 5198680. OLE color: 5198680.
HSL color Cylindrical-coordinate representation of color #58534F: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58534F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 79 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.65 |
| HSL | 26.67º | 0.05% | 0.33% | - |
| HSV(B) | 26.67º | 0.1% | 0.35% | - |
| XYZ | 8.53 | 8.83 | 8.65 | - |
| YUV | 84.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 79 | 0 | 0.06 | 0.10 | 0.65 | 26.67 | 0.05 | 0.33 |
| Hex | 58 | 53 | 4F | 0 | 6 | A | 41 | 1B | 5 | 21 |
| Octal | 130 | 123 | 117 | 0 | 6 | 12 | 101 | 33 | 5 | 41 |
| Binary | 1011000 | 1010011 | 1001111 | 0 | 110 | 1010 | 1000001 | 11011 | 101 | 100001 |
Color Harmonies of #58534F
Complementary color
Monochromatic Colors of #58534F
Black with #58534F
Text Example
Text Example
White with #58534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58534F; }
p { color: rgb(88,83,79); }
H1.HeaderClassName
{
color: #58534F;
}
.AnyTagClassName
{
color: #58534F;
}
</style>
background-color css
<style>
a { background-color: #58534F; }
a { background-color: rgb(88,83,79); }
div.DivClassName
{
background-color: #58534F;
}
.BgClassName
{
background-color: #58534F;
}
</style>
border-color css
<style>
span { border-color: #58534F; }
span { border-color: rgb(88,83,79); }
td.TdClassName
{
border-color: #58534F;
}
.TagClassName
{
border-color: #58534F;
}
</style>