Shades of Tundora #5D5654
Tints of Tundora #5D5654
RGB
CMYK
RGB Variations
Color information
#5D5654 (or 0x5D5654) is known color: Tundora. HEX triplet: 5D, 56 and 54. RGB value is (93,86,84). Sum of RGB (Red+Green+Blue) = 93+86+84=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5654 is #A2A9AB. Grayscale: #575757. Windows color (decimal): -10660268 or 5527133. OLE color: 5527133.
HSL color Cylindrical-coordinate representation of color #5D5654: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5654 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 84 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.64 |
| HSL | 13.33º | 0.05% | 0.35% | - |
| HSV(B) | 13.33º | 0.1% | 0.36% | - |
| XYZ | 9.44 | 9.62 | 9.75 | - |
| YUV | 87.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 84 | 0 | 0.08 | 0.10 | 0.64 | 13.33 | 0.05 | 0.35 |
| Hex | 5D | 56 | 54 | 0 | 8 | A | 40 | D | 5 | 23 |
| Octal | 135 | 126 | 124 | 0 | 10 | 12 | 100 | 15 | 5 | 43 |
| Binary | 1011101 | 1010110 | 1010100 | 0 | 1000 | 1010 | 1000000 | 1101 | 101 | 100011 |
Color Harmonies of #5D5654
Complementary color
Monochromatic Colors of #5D5654
Black with #5D5654
Text Example
Text Example
White with #5D5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5654; }
p { color: rgb(93,86,84); }
H1.HeaderClassName
{
color: #5D5654;
}
.AnyTagClassName
{
color: #5D5654;
}
</style>
background-color css
<style>
a { background-color: #5D5654; }
a { background-color: rgb(93,86,84); }
div.DivClassName
{
background-color: #5D5654;
}
.BgClassName
{
background-color: #5D5654;
}
</style>
border-color css
<style>
span { border-color: #5D5654; }
span { border-color: rgb(93,86,84); }
td.TdClassName
{
border-color: #5D5654;
}
.TagClassName
{
border-color: #5D5654;
}
</style>