Shades of Tundora #525150
Tints of Tundora #525150
RGB
CMYK
RGB Variations
Color information
#525150 (or 0x525150) is known color: Tundora. HEX triplet: 52, 51 and 50. RGB value is (82,81,80). Sum of RGB (Red+Green+Blue) = 82+81+80=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 82 - color contains mainly: red. Hex color #525150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525150 is #ADAEAF. Grayscale: #515151. Windows color (decimal): -11382448 or 5263698. OLE color: 5263698.
HSL color Cylindrical-coordinate representation of color #525150: hue angle of 30º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #525150 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
RGB | 82 | 81 | 80 | - |
CMYK | 0 | 0.01 | 0.02 | 0.68 |
HSL | 30º | 0.01% | 0.32% | - |
HSV(B) | 30º | 0.02% | 0.32% | - |
XYZ | 7.87 | 8.26 | 8.77 | - |
YUV | 81.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 81 | 80 | 0 | 0.01 | 0.02 | 0.68 | 30 | 0.01 | 0.32 |
Hex | 52 | 51 | 50 | 0 | 1 | 2 | 44 | 1E | 1 | 20 |
Octal | 122 | 121 | 120 | 0 | 1 | 2 | 104 | 36 | 1 | 40 |
Binary | 1010010 | 1010001 | 1010000 | 0 | 1 | 10 | 1000100 | 11110 | 1 | 100000 |
Color Harmonies of #525150
Complementary color
Monochromatic Colors of #525150
Black with #525150
Text Example
Text Example
White with #525150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525150; }
p { color: rgb(82,81,80); }
H1.HeaderClassName
{
color: #525150;
}
.AnyTagClassName
{
color: #525150;
}
</style>
background-color css
<style>
a { background-color: #525150; }
a { background-color: rgb(82,81,80); }
div.DivClassName
{
background-color: #525150;
}
.BgClassName
{
background-color: #525150;
}
</style>
border-color css
<style>
span { border-color: #525150; }
span { border-color: rgb(82,81,80); }
td.TdClassName
{
border-color: #525150;
}
.TagClassName
{
border-color: #525150;
}
</style>