Shades of Tundora #575655
Tints of Tundora #575655
RGB
CMYK
RGB Variations
Color information
#575655 (or 0x575655) is known color: Tundora. HEX triplet: 57, 56 and 55. RGB value is (87,86,85). Sum of RGB (Red+Green+Blue) = 87+86+85=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 87 - color contains mainly: red. Hex color #575655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575655 is #A8A9AA. Grayscale: #565656. Windows color (decimal): -11053483 or 5592663. OLE color: 5592663.
HSL color Cylindrical-coordinate representation of color #575655: hue angle of 30º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #575655 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 85 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.66 |
| HSL | 30º | 0.01% | 0.34% | - |
| HSV(B) | 30º | 0.02% | 0.34% | - |
| XYZ | 8.9 | 9.34 | 9.93 | - |
| YUV | 86.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 85 | 0 | 0.01 | 0.02 | 0.66 | 30 | 0.01 | 0.34 |
| Hex | 57 | 56 | 55 | 0 | 1 | 2 | 42 | 1E | 1 | 22 |
| Octal | 127 | 126 | 125 | 0 | 1 | 2 | 102 | 36 | 1 | 42 |
| Binary | 1010111 | 1010110 | 1010101 | 0 | 1 | 10 | 1000010 | 11110 | 1 | 100010 |
Color Harmonies of #575655
Complementary color
Monochromatic Colors of #575655
Black with #575655
Text Example
Text Example
White with #575655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575655; }
p { color: rgb(87,86,85); }
H1.HeaderClassName
{
color: #575655;
}
.AnyTagClassName
{
color: #575655;
}
</style>
background-color css
<style>
a { background-color: #575655; }
a { background-color: rgb(87,86,85); }
div.DivClassName
{
background-color: #575655;
}
.BgClassName
{
background-color: #575655;
}
</style>
border-color css
<style>
span { border-color: #575655; }
span { border-color: rgb(87,86,85); }
td.TdClassName
{
border-color: #575655;
}
.TagClassName
{
border-color: #575655;
}
</style>