Shades of Tundora #535150
Tints of Tundora #535150
RGB
CMYK
RGB Variations
Color information
#535150 (or 0x535150) is known color: Tundora. HEX triplet: 53, 51 and 50. RGB value is (83,81,80). Sum of RGB (Red+Green+Blue) = 83+81+80=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 83 - color contains mainly: red. Hex color #535150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535150 is #ACAEAF. Grayscale: #515151. Windows color (decimal): -11316912 or 5263699. OLE color: 5263699.
HSL color Cylindrical-coordinate representation of color #535150: hue angle of 20º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #535150 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 80 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.67 |
| HSL | 20º | 0.02% | 0.32% | - |
| HSV(B) | 20º | 0.04% | 0.33% | - |
| XYZ | 7.96 | 8.3 | 8.77 | - |
| YUV | 81.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 80 | 0 | 0.02 | 0.04 | 0.67 | 20 | 0.02 | 0.32 |
| Hex | 53 | 51 | 50 | 0 | 2 | 4 | 43 | 14 | 2 | 20 |
| Octal | 123 | 121 | 120 | 0 | 2 | 4 | 103 | 24 | 2 | 40 |
| Binary | 1010011 | 1010001 | 1010000 | 0 | 10 | 100 | 1000011 | 10100 | 10 | 100000 |
Color Harmonies of #535150
Complementary color
Monochromatic Colors of #535150
Black with #535150
Text Example
Text Example
White with #535150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535150; }
p { color: rgb(83,81,80); }
H1.HeaderClassName
{
color: #535150;
}
.AnyTagClassName
{
color: #535150;
}
</style>
background-color css
<style>
a { background-color: #535150; }
a { background-color: rgb(83,81,80); }
div.DivClassName
{
background-color: #535150;
}
.BgClassName
{
background-color: #535150;
}
</style>
border-color css
<style>
span { border-color: #535150; }
span { border-color: rgb(83,81,80); }
td.TdClassName
{
border-color: #535150;
}
.TagClassName
{
border-color: #535150;
}
</style>