Shades of Tundora #575250
Tints of Tundora #575250
RGB
CMYK
RGB Variations
Color information
#575250 (or 0x575250) is known color: Tundora. HEX triplet: 57, 52 and 50. RGB value is (87,82,80). Sum of RGB (Red+Green+Blue) = 87+82+80=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #575250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575250 is #A8ADAF. Grayscale: #535353. Windows color (decimal): -11054512 or 5263959. OLE color: 5263959.
HSL color Cylindrical-coordinate representation of color #575250: hue angle of 17.14º 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 #575250 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 80 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.66 |
| HSL | 17.14º | 0.04% | 0.33% | - |
| HSV(B) | 17.14º | 0.08% | 0.34% | - |
| XYZ | 8.4 | 8.64 | 8.81 | - |
| YUV | 83.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 80 | 0 | 0.06 | 0.08 | 0.66 | 17.14 | 0.04 | 0.33 |
| Hex | 57 | 52 | 50 | 0 | 6 | 8 | 42 | 11 | 4 | 21 |
| Octal | 127 | 122 | 120 | 0 | 6 | 10 | 102 | 21 | 4 | 41 |
| Binary | 1010111 | 1010010 | 1010000 | 0 | 110 | 1000 | 1000010 | 10001 | 100 | 100001 |
Color Harmonies of #575250
Complementary color
Monochromatic Colors of #575250
Black with #575250
Text Example
Text Example
White with #575250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575250; }
p { color: rgb(87,82,80); }
H1.HeaderClassName
{
color: #575250;
}
.AnyTagClassName
{
color: #575250;
}
</style>
background-color css
<style>
a { background-color: #575250; }
a { background-color: rgb(87,82,80); }
div.DivClassName
{
background-color: #575250;
}
.BgClassName
{
background-color: #575250;
}
</style>
border-color css
<style>
span { border-color: #575250; }
span { border-color: rgb(87,82,80); }
td.TdClassName
{
border-color: #575250;
}
.TagClassName
{
border-color: #575250;
}
</style>