Shades of Nandor #505E51
Tints of Nandor #505E51
RGB
CMYK
RGB Variations
Color information
#505E51 (or 0x505E51) is known color: Nandor. HEX triplet: 50, 5E and 51. RGB value is (80,94,81). Sum of RGB (Red+Green+Blue) = 80+94+81=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #505E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E51 is #AFA1AE. Grayscale: #585858. Windows color (decimal): -11510191 or 5332560. OLE color: 5332560.
HSL color Cylindrical-coordinate representation of color #505E51: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E51 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 94 | 81 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.63 |
| HSL | 124.29º | 0.08% | 0.34% | - |
| HSV(B) | 124.29º | 0.15% | 0.37% | - |
| XYZ | 8.8 | 10.3 | 9.31 | - |
| YUV | 88.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 81 | 0.15 | 0 | 0.14 | 0.63 | 124.29 | 0.08 | 0.34 |
| Hex | 50 | 5E | 51 | F | 0 | E | 3F | 7C | 8 | 22 |
| Octal | 120 | 136 | 121 | 17 | 0 | 16 | 77 | 174 | 10 | 42 |
| Binary | 1010000 | 1011110 | 1010001 | 1111 | 0 | 1110 | 111111 | 1111100 | 1000 | 100010 |
Color Harmonies of #505E51
Complementary color
Monochromatic Colors of #505E51
Black with #505E51
Text Example
Text Example
White with #505E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E51; }
p { color: rgb(80,94,81); }
H1.HeaderClassName
{
color: #505E51;
}
.AnyTagClassName
{
color: #505E51;
}
</style>
background-color css
<style>
a { background-color: #505E51; }
a { background-color: rgb(80,94,81); }
div.DivClassName
{
background-color: #505E51;
}
.BgClassName
{
background-color: #505E51;
}
</style>
border-color css
<style>
span { border-color: #505E51; }
span { border-color: rgb(80,94,81); }
td.TdClassName
{
border-color: #505E51;
}
.TagClassName
{
border-color: #505E51;
}
</style>