Shades of Tundora #5E5552
Tints of Tundora #5E5552
RGB
CMYK
RGB Variations
Color information
#5E5552 (or 0x5E5552) is known color: Tundora. HEX triplet: 5E, 55 and 52. RGB value is (94,85,82). Sum of RGB (Red+Green+Blue) = 94+85+82=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5552 is #A1AAAD. Grayscale: #575757. Windows color (decimal): -10594990 or 5395806. OLE color: 5395806.
HSL color Cylindrical-coordinate representation of color #5E5552: hue angle of 15º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E5552 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 82 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.63 |
| HSL | 15º | 0.07% | 0.35% | - |
| HSV(B) | 15º | 0.13% | 0.37% | - |
| XYZ | 9.39 | 9.49 | 9.32 | - |
| YUV | 87.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 82 | 0 | 0.10 | 0.13 | 0.63 | 15 | 0.07 | 0.35 |
| Hex | 5E | 55 | 52 | 0 | A | D | 3F | F | 7 | 23 |
| Octal | 136 | 125 | 122 | 0 | 12 | 15 | 77 | 17 | 7 | 43 |
| Binary | 1011110 | 1010101 | 1010010 | 0 | 1010 | 1101 | 111111 | 1111 | 111 | 100011 |
Color Harmonies of #5E5552
Complementary color
Monochromatic Colors of #5E5552
Black with #5E5552
Text Example
Text Example
White with #5E5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5552; }
p { color: rgb(94,85,82); }
H1.HeaderClassName
{
color: #5E5552;
}
.AnyTagClassName
{
color: #5E5552;
}
</style>
background-color css
<style>
a { background-color: #5E5552; }
a { background-color: rgb(94,85,82); }
div.DivClassName
{
background-color: #5E5552;
}
.BgClassName
{
background-color: #5E5552;
}
</style>
border-color css
<style>
span { border-color: #5E5552; }
span { border-color: rgb(94,85,82); }
td.TdClassName
{
border-color: #5E5552;
}
.TagClassName
{
border-color: #5E5552;
}
</style>