Shades of Tundora #5C5958
Tints of Tundora #5C5958
RGB
CMYK
RGB Variations
Color information
#5C5958 (or 0x5C5958) is known color: Tundora. HEX triplet: 5C, 59 and 58. RGB value is (92,89,88). Sum of RGB (Red+Green+Blue) = 92+89+88=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5958 is #A3A6A7. Grayscale: #595959. Windows color (decimal): -10725032 or 5790044. OLE color: 5790044.
HSL color Cylindrical-coordinate representation of color #5C5958: hue angle of 15º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C5958 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 88 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.64 |
| HSL | 15º | 0.02% | 0.35% | - |
| HSV(B) | 15º | 0.04% | 0.36% | - |
| XYZ | 9.75 | 10.12 | 10.67 | - |
| YUV | 89.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 88 | 0 | 0.03 | 0.04 | 0.64 | 15 | 0.02 | 0.35 |
| Hex | 5C | 59 | 58 | 0 | 3 | 4 | 40 | F | 2 | 23 |
| Octal | 134 | 131 | 130 | 0 | 3 | 4 | 100 | 17 | 2 | 43 |
| Binary | 1011100 | 1011001 | 1011000 | 0 | 11 | 100 | 1000000 | 1111 | 10 | 100011 |
Color Harmonies of #5C5958
Complementary color
Monochromatic Colors of #5C5958
Black with #5C5958
Text Example
Text Example
White with #5C5958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5958; }
p { color: rgb(92,89,88); }
H1.HeaderClassName
{
color: #5C5958;
}
.AnyTagClassName
{
color: #5C5958;
}
</style>
background-color css
<style>
a { background-color: #5C5958; }
a { background-color: rgb(92,89,88); }
div.DivClassName
{
background-color: #5C5958;
}
.BgClassName
{
background-color: #5C5958;
}
</style>
border-color css
<style>
span { border-color: #5C5958; }
span { border-color: rgb(92,89,88); }
td.TdClassName
{
border-color: #5C5958;
}
.TagClassName
{
border-color: #5C5958;
}
</style>