Shades of Nandor #505150
Tints of Nandor #505150
RGB
CMYK
RGB Variations
Color information
#505150 (or 0x505150) is known color: Nandor. HEX triplet: 50, 51 and 50. RGB value is (80,81,80). Sum of RGB (Red+Green+Blue) = 80+81+80=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 81 - color contains mainly: green. Hex color #505150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505150 is #AFAEAF. Grayscale: #505050. Windows color (decimal): -11513520 or 5263696. OLE color: 5263696.
HSL color Cylindrical-coordinate representation of color #505150: 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.01%. Process color model (Four color, CMYK) of #505150 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
RGB | 80 | 81 | 80 | - |
CMYK | 0.01 | 0 | 0.01 | 0.68 |
HSL | 120º | 0.01% | 0.32% | - |
HSV(B) | 120º | 0.01% | 0.32% | - |
XYZ | 7.7 | 8.17 | 8.76 | - |
YUV | 80.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 81 | 80 | 0.01 | 0 | 0.01 | 0.68 | 120 | 0.01 | 0.32 |
Hex | 50 | 51 | 50 | 1 | 0 | 1 | 44 | 78 | 1 | 20 |
Octal | 120 | 121 | 120 | 1 | 0 | 1 | 104 | 170 | 1 | 40 |
Binary | 1010000 | 1010001 | 1010000 | 1 | 0 | 1 | 1000100 | 1111000 | 1 | 100000 |
Color Harmonies of #505150
Complementary color
Monochromatic Colors of #505150
Black with #505150
Text Example
Text Example
White with #505150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505150; }
p { color: rgb(80,81,80); }
H1.HeaderClassName
{
color: #505150;
}
.AnyTagClassName
{
color: #505150;
}
</style>
background-color css
<style>
a { background-color: #505150; }
a { background-color: rgb(80,81,80); }
div.DivClassName
{
background-color: #505150;
}
.BgClassName
{
background-color: #505150;
}
</style>
border-color css
<style>
span { border-color: #505150; }
span { border-color: rgb(80,81,80); }
td.TdClassName
{
border-color: #505150;
}
.TagClassName
{
border-color: #505150;
}
</style>