Shades of Tundora #5D5958
Tints of Tundora #5D5958
RGB
CMYK
RGB Variations
Color information
#5D5958 (or 0x5D5958) is known color: Tundora. HEX triplet: 5D, 59 and 58. RGB value is (93,89,88). Sum of RGB (Red+Green+Blue) = 93+89+88=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5958 is #A2A6A7. Grayscale: #5A5A5A. Windows color (decimal): -10659496 or 5790045. OLE color: 5790045.
HSL color Cylindrical-coordinate representation of color #5D5958: hue angle of 12º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D5958 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 88 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.64 |
| HSL | 12º | 0.03% | 0.35% | - |
| HSV(B) | 12º | 0.05% | 0.36% | - |
| XYZ | 9.85 | 10.18 | 10.68 | - |
| YUV | 90.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 88 | 0 | 0.04 | 0.05 | 0.64 | 12 | 0.03 | 0.35 |
| Hex | 5D | 59 | 58 | 0 | 4 | 5 | 40 | C | 3 | 23 |
| Octal | 135 | 131 | 130 | 0 | 4 | 5 | 100 | 14 | 3 | 43 |
| Binary | 1011101 | 1011001 | 1011000 | 0 | 100 | 101 | 1000000 | 1100 | 11 | 100011 |
Color Harmonies of #5D5958
Complementary color
Monochromatic Colors of #5D5958
Black with #5D5958
Text Example
Text Example
White with #5D5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5958; }
p { color: rgb(93,89,88); }
H1.HeaderClassName
{
color: #5D5958;
}
.AnyTagClassName
{
color: #5D5958;
}
</style>
background-color css
<style>
a { background-color: #5D5958; }
a { background-color: rgb(93,89,88); }
div.DivClassName
{
background-color: #5D5958;
}
.BgClassName
{
background-color: #5D5958;
}
</style>
border-color css
<style>
span { border-color: #5D5958; }
span { border-color: rgb(93,89,88); }
td.TdClassName
{
border-color: #5D5958;
}
.TagClassName
{
border-color: #5D5958;
}
</style>