Shades of Nandor #50604E
Tints of Nandor #50604E
RGB
CMYK
RGB Variations
Color information
#50604E (or 0x50604E) is known color: Nandor. HEX triplet: 50, 60 and 4E. RGB value is (80,96,78). Sum of RGB (Red+Green+Blue) = 80+96+78=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #50604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50604E is #AF9FB1. Grayscale: #595959. Windows color (decimal): -11509682 or 5136464. OLE color: 5136464.
HSL color Cylindrical-coordinate representation of color #50604E: hue angle of 113.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50604E is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 78 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.62 |
| HSL | 113.33º | 0.1% | 0.34% | - |
| HSV(B) | 113.33º | 0.19% | 0.38% | - |
| XYZ | 8.87 | 10.62 | 8.79 | - |
| YUV | 89.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 78 | 0.17 | 0 | 0.19 | 0.62 | 113.33 | 0.1 | 0.34 |
| Hex | 50 | 60 | 4E | 11 | 0 | 13 | 3E | 71 | A | 22 |
| Octal | 120 | 140 | 116 | 21 | 0 | 23 | 76 | 161 | 12 | 42 |
| Binary | 1010000 | 1100000 | 1001110 | 10001 | 0 | 10011 | 111110 | 1110001 | 1010 | 100010 |
Color Harmonies of #50604E
Complementary color
Monochromatic Colors of #50604E
Black with #50604E
Text Example
Text Example
White with #50604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50604E; }
p { color: rgb(80,96,78); }
H1.HeaderClassName
{
color: #50604E;
}
.AnyTagClassName
{
color: #50604E;
}
</style>
background-color css
<style>
a { background-color: #50604E; }
a { background-color: rgb(80,96,78); }
div.DivClassName
{
background-color: #50604E;
}
.BgClassName
{
background-color: #50604E;
}
</style>
border-color css
<style>
span { border-color: #50604E; }
span { border-color: rgb(80,96,78); }
td.TdClassName
{
border-color: #50604E;
}
.TagClassName
{
border-color: #50604E;
}
</style>