Shades of Tundora #5D5752
Tints of Tundora #5D5752
RGB
CMYK
RGB Variations
Color information
#5D5752 (or 0x5D5752) is known color: Tundora. HEX triplet: 5D, 57 and 52. RGB value is (93,87,82). Sum of RGB (Red+Green+Blue) = 93+87+82=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5752 is #A2A8AD. Grayscale: #585858. Windows color (decimal): -10660014 or 5396317. OLE color: 5396317.
HSL color Cylindrical-coordinate representation of color #5D5752: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5752 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 82 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.64 |
| HSL | 27.27º | 0.06% | 0.34% | - |
| HSV(B) | 27.27º | 0.12% | 0.36% | - |
| XYZ | 9.45 | 9.75 | 9.37 | - |
| YUV | 88.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 82 | 0 | 0.06 | 0.12 | 0.64 | 27.27 | 0.06 | 0.34 |
| Hex | 5D | 57 | 52 | 0 | 6 | C | 40 | 1B | 6 | 22 |
| Octal | 135 | 127 | 122 | 0 | 6 | 14 | 100 | 33 | 6 | 42 |
| Binary | 1011101 | 1010111 | 1010010 | 0 | 110 | 1100 | 1000000 | 11011 | 110 | 100010 |
Color Harmonies of #5D5752
Complementary color
Monochromatic Colors of #5D5752
Black with #5D5752
Text Example
Text Example
White with #5D5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5752; }
p { color: rgb(93,87,82); }
H1.HeaderClassName
{
color: #5D5752;
}
.AnyTagClassName
{
color: #5D5752;
}
</style>
background-color css
<style>
a { background-color: #5D5752; }
a { background-color: rgb(93,87,82); }
div.DivClassName
{
background-color: #5D5752;
}
.BgClassName
{
background-color: #5D5752;
}
</style>
border-color css
<style>
span { border-color: #5D5752; }
span { border-color: rgb(93,87,82); }
td.TdClassName
{
border-color: #5D5752;
}
.TagClassName
{
border-color: #5D5752;
}
</style>