Shades of Tundora #5E5752
Tints of Tundora #5E5752
RGB
CMYK
RGB Variations
Color information
#5E5752 (or 0x5E5752) is known color: Tundora. HEX triplet: 5E, 57 and 52. RGB value is (94,87,82). Sum of RGB (Red+Green+Blue) = 94+87+82=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5752 is #A1A8AD. Grayscale: #585858. Windows color (decimal): -10594478 or 5396318. OLE color: 5396318.
HSL color Cylindrical-coordinate representation of color #5E5752: hue angle of 25º 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 #5E5752 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 82 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.63 |
| HSL | 25º | 0.07% | 0.35% | - |
| HSV(B) | 25º | 0.13% | 0.37% | - |
| XYZ | 9.55 | 9.81 | 9.37 | - |
| YUV | 88.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 82 | 0 | 0.07 | 0.13 | 0.63 | 25 | 0.07 | 0.35 |
| Hex | 5E | 57 | 52 | 0 | 7 | D | 3F | 19 | 7 | 23 |
| Octal | 136 | 127 | 122 | 0 | 7 | 15 | 77 | 31 | 7 | 43 |
| Binary | 1011110 | 1010111 | 1010010 | 0 | 111 | 1101 | 111111 | 11001 | 111 | 100011 |
Color Harmonies of #5E5752
Complementary color
Monochromatic Colors of #5E5752
Black with #5E5752
Text Example
Text Example
White with #5E5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5752; }
p { color: rgb(94,87,82); }
H1.HeaderClassName
{
color: #5E5752;
}
.AnyTagClassName
{
color: #5E5752;
}
</style>
background-color css
<style>
a { background-color: #5E5752; }
a { background-color: rgb(94,87,82); }
div.DivClassName
{
background-color: #5E5752;
}
.BgClassName
{
background-color: #5E5752;
}
</style>
border-color css
<style>
span { border-color: #5E5752; }
span { border-color: rgb(94,87,82); }
td.TdClassName
{
border-color: #5E5752;
}
.TagClassName
{
border-color: #5E5752;
}
</style>