Shades of Tundora #575350
Tints of Tundora #575350
RGB
CMYK
RGB Variations
Color information
#575350 (or 0x575350) is known color: Tundora. HEX triplet: 57, 53 and 50. RGB value is (87,83,80). Sum of RGB (Red+Green+Blue) = 87+83+80=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #575350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575350 is #A8ACAF. Grayscale: #535353. Windows color (decimal): -11054256 or 5264215. OLE color: 5264215.
HSL color Cylindrical-coordinate representation of color #575350: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575350 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 80 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.66 |
| HSL | 25.71º | 0.04% | 0.33% | - |
| HSV(B) | 25.71º | 0.08% | 0.34% | - |
| XYZ | 8.47 | 8.79 | 8.84 | - |
| YUV | 83.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 80 | 0 | 0.05 | 0.08 | 0.66 | 25.71 | 0.04 | 0.33 |
| Hex | 57 | 53 | 50 | 0 | 5 | 8 | 42 | 1A | 4 | 21 |
| Octal | 127 | 123 | 120 | 0 | 5 | 10 | 102 | 32 | 4 | 41 |
| Binary | 1010111 | 1010011 | 1010000 | 0 | 101 | 1000 | 1000010 | 11010 | 100 | 100001 |
Color Harmonies of #575350
Complementary color
Monochromatic Colors of #575350
Black with #575350
Text Example
Text Example
White with #575350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575350; }
p { color: rgb(87,83,80); }
H1.HeaderClassName
{
color: #575350;
}
.AnyTagClassName
{
color: #575350;
}
</style>
background-color css
<style>
a { background-color: #575350; }
a { background-color: rgb(87,83,80); }
div.DivClassName
{
background-color: #575350;
}
.BgClassName
{
background-color: #575350;
}
</style>
border-color css
<style>
span { border-color: #575350; }
span { border-color: rgb(87,83,80); }
td.TdClassName
{
border-color: #575350;
}
.TagClassName
{
border-color: #575350;
}
</style>