Shades of Nandor #50694E
Tints of Nandor #50694E
RGB
CMYK
RGB Variations
Color information
#50694E (or 0x50694E) is known color: Nandor. HEX triplet: 50, 69 and 4E. RGB value is (80,105,78). Sum of RGB (Red+Green+Blue) = 80+105+78=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #50694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50694E is #AF96B1. Grayscale: #5E5E5E. Windows color (decimal): -11507378 or 5138768. OLE color: 5138768.
HSL color Cylindrical-coordinate representation of color #50694E: hue angle of 115.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50694E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 78 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.59 |
| HSL | 115.56º | 0.15% | 0.36% | - |
| HSV(B) | 115.56º | 0.26% | 0.41% | - |
| XYZ | 9.73 | 12.36 | 9.08 | - |
| YUV | 94.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 78 | 0.24 | 0 | 0.26 | 0.59 | 115.56 | 0.15 | 0.36 |
| Hex | 50 | 69 | 4E | 18 | 0 | 1A | 3B | 74 | F | 24 |
| Octal | 120 | 151 | 116 | 30 | 0 | 32 | 73 | 164 | 17 | 44 |
| Binary | 1010000 | 1101001 | 1001110 | 11000 | 0 | 11010 | 111011 | 1110100 | 1111 | 100100 |
Color Harmonies of #50694E
Complementary color
Monochromatic Colors of #50694E
Black with #50694E
Text Example
Text Example
White with #50694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50694E; }
p { color: rgb(80,105,78); }
H1.HeaderClassName
{
color: #50694E;
}
.AnyTagClassName
{
color: #50694E;
}
</style>
background-color css
<style>
a { background-color: #50694E; }
a { background-color: rgb(80,105,78); }
div.DivClassName
{
background-color: #50694E;
}
.BgClassName
{
background-color: #50694E;
}
</style>
border-color css
<style>
span { border-color: #50694E; }
span { border-color: rgb(80,105,78); }
td.TdClassName
{
border-color: #50694E;
}
.TagClassName
{
border-color: #50694E;
}
</style>