Shades of Tundora #5D5652
Tints of Tundora #5D5652
RGB
CMYK
RGB Variations
Color information
#5D5652 (or 0x5D5652) is known color: Tundora. HEX triplet: 5D, 56 and 52. RGB value is (93,86,82). Sum of RGB (Red+Green+Blue) = 93+86+82=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5652 is #A2A9AD. Grayscale: #575757. Windows color (decimal): -10660270 or 5396061. OLE color: 5396061.
HSL color Cylindrical-coordinate representation of color #5D5652: hue angle of 21.82º 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 #5D5652 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 86 | 82 | - |
CMYK | 0 | 0.08 | 0.12 | 0.64 |
HSL | 21.82º | 0.06% | 0.34% | - |
HSV(B) | 21.82º | 0.12% | 0.36% | - |
XYZ | 9.36 | 9.59 | 9.34 | - |
YUV | 87.64 | 124.82 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 86 | 82 | 0 | 0.08 | 0.12 | 0.64 | 21.82 | 0.06 | 0.34 |
Hex | 5D | 56 | 52 | 0 | 8 | C | 40 | 16 | 6 | 22 |
Octal | 135 | 126 | 122 | 0 | 10 | 14 | 100 | 26 | 6 | 42 |
Binary | 1011101 | 1010110 | 1010010 | 0 | 1000 | 1100 | 1000000 | 10110 | 110 | 100010 |
Color Harmonies of #5D5652
Complementary color
Monochromatic Colors of #5D5652
Black with #5D5652
Text Example
Text Example
White with #5D5652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5652; }
p { color: rgb(93,86,82); }
H1.HeaderClassName
{
color: #5D5652;
}
.AnyTagClassName
{
color: #5D5652;
}
</style>
background-color css
<style>
a { background-color: #5D5652; }
a { background-color: rgb(93,86,82); }
div.DivClassName
{
background-color: #5D5652;
}
.BgClassName
{
background-color: #5D5652;
}
</style>
border-color css
<style>
span { border-color: #5D5652; }
span { border-color: rgb(93,86,82); }
td.TdClassName
{
border-color: #5D5652;
}
.TagClassName
{
border-color: #5D5652;
}
</style>