Shades of Nandor #506951
Tints of Nandor #506951
RGB
CMYK
RGB Variations
Color information
#506951 (or 0x506951) is known color: Nandor. HEX triplet: 50, 69 and 51. RGB value is (80,105,81). Sum of RGB (Red+Green+Blue) = 80+105+81=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #506951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506951 is #AF96AE. Grayscale: #5E5E5E. Windows color (decimal): -11507375 or 5335376. OLE color: 5335376.
HSL color Cylindrical-coordinate representation of color #506951: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506951 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 81 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.59 |
| HSL | 122.4º | 0.14% | 0.36% | - |
| HSV(B) | 122.4º | 0.24% | 0.41% | - |
| XYZ | 9.85 | 12.4 | 9.66 | - |
| YUV | 94.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 81 | 0.24 | 0 | 0.23 | 0.59 | 122.4 | 0.14 | 0.36 |
| Hex | 50 | 69 | 51 | 18 | 0 | 17 | 3B | 7A | E | 24 |
| Octal | 120 | 151 | 121 | 30 | 0 | 27 | 73 | 172 | 16 | 44 |
| Binary | 1010000 | 1101001 | 1010001 | 11000 | 0 | 10111 | 111011 | 1111010 | 1110 | 100100 |
Color Harmonies of #506951
Complementary color
Monochromatic Colors of #506951
Black with #506951
Text Example
Text Example
White with #506951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506951; }
p { color: rgb(80,105,81); }
H1.HeaderClassName
{
color: #506951;
}
.AnyTagClassName
{
color: #506951;
}
</style>
background-color css
<style>
a { background-color: #506951; }
a { background-color: rgb(80,105,81); }
div.DivClassName
{
background-color: #506951;
}
.BgClassName
{
background-color: #506951;
}
</style>
border-color css
<style>
span { border-color: #506951; }
span { border-color: rgb(80,105,81); }
td.TdClassName
{
border-color: #506951;
}
.TagClassName
{
border-color: #506951;
}
</style>