Shades of Tundora #5D5756
Tints of Tundora #5D5756
RGB
CMYK
RGB Variations
Color information
#5D5756 (or 0x5D5756) is known color: Tundora. HEX triplet: 5D, 57 and 56. RGB value is (93,87,86). Sum of RGB (Red+Green+Blue) = 93+87+86=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5756 is #A2A8A9. Grayscale: #585858. Windows color (decimal): -10660010 or 5658461. OLE color: 5658461.
HSL color Cylindrical-coordinate representation of color #5D5756: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5D5756 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 86 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.64 |
| HSL | 8.57º | 0.04% | 0.35% | - |
| HSV(B) | 8.57º | 0.08% | 0.36% | - |
| XYZ | 9.6 | 9.82 | 10.19 | - |
| YUV | 88.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 86 | 0 | 0.06 | 0.08 | 0.64 | 8.57 | 0.04 | 0.35 |
| Hex | 5D | 57 | 56 | 0 | 6 | 8 | 40 | 9 | 4 | 23 |
| Octal | 135 | 127 | 126 | 0 | 6 | 10 | 100 | 11 | 4 | 43 |
| Binary | 1011101 | 1010111 | 1010110 | 0 | 110 | 1000 | 1000000 | 1001 | 100 | 100011 |
Color Harmonies of #5D5756
Complementary color
Monochromatic Colors of #5D5756
Black with #5D5756
Text Example
Text Example
White with #5D5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5756; }
p { color: rgb(93,87,86); }
H1.HeaderClassName
{
color: #5D5756;
}
.AnyTagClassName
{
color: #5D5756;
}
</style>
background-color css
<style>
a { background-color: #5D5756; }
a { background-color: rgb(93,87,86); }
div.DivClassName
{
background-color: #5D5756;
}
.BgClassName
{
background-color: #5D5756;
}
</style>
border-color css
<style>
span { border-color: #5D5756; }
span { border-color: rgb(93,87,86); }
td.TdClassName
{
border-color: #5D5756;
}
.TagClassName
{
border-color: #5D5756;
}
</style>