Shades of Nandor #505250
Tints of Nandor #505250
RGB
CMYK
RGB Variations
Color information
#505250 (or 0x505250) is known color: Nandor. HEX triplet: 50, 52 and 50. RGB value is (80,82,80). Sum of RGB (Red+Green+Blue) = 80+82+80=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 82 - color contains mainly: green. Hex color #505250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505250 is #AFADAF. Grayscale: #515151. Windows color (decimal): -11513264 or 5263952. OLE color: 5263952.
HSL color Cylindrical-coordinate representation of color #505250: hue angle of 120º 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 #505250 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
RGB | 80 | 82 | 80 | - |
CMYK | 0.02 | 0 | 0.02 | 0.68 |
HSL | 120º | 0.01% | 0.32% | - |
HSV(B) | 120º | 0.02% | 0.32% | - |
XYZ | 7.77 | 8.32 | 8.79 | - |
YUV | 81.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 82 | 80 | 0.02 | 0 | 0.02 | 0.68 | 120 | 0.01 | 0.32 |
Hex | 50 | 52 | 50 | 2 | 0 | 2 | 44 | 78 | 1 | 20 |
Octal | 120 | 122 | 120 | 2 | 0 | 2 | 104 | 170 | 1 | 40 |
Binary | 1010000 | 1010010 | 1010000 | 10 | 0 | 10 | 1000100 | 1111000 | 1 | 100000 |
Color Harmonies of #505250
Complementary color
Monochromatic Colors of #505250
Black with #505250
Text Example
Text Example
White with #505250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505250; }
p { color: rgb(80,82,80); }
H1.HeaderClassName
{
color: #505250;
}
.AnyTagClassName
{
color: #505250;
}
</style>
background-color css
<style>
a { background-color: #505250; }
a { background-color: rgb(80,82,80); }
div.DivClassName
{
background-color: #505250;
}
.BgClassName
{
background-color: #505250;
}
</style>
border-color css
<style>
span { border-color: #505250; }
span { border-color: rgb(80,82,80); }
td.TdClassName
{
border-color: #505250;
}
.TagClassName
{
border-color: #505250;
}
</style>