Shades of Nandor #50684F
Tints of Nandor #50684F
RGB
CMYK
RGB Variations
Color information
#50684F (or 0x50684F) is known color: Nandor. HEX triplet: 50, 68 and 4F. RGB value is (80,104,79). Sum of RGB (Red+Green+Blue) = 80+104+79=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #50684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50684F is #AF97B0. Grayscale: #5E5E5E. Windows color (decimal): -11507633 or 5204048. OLE color: 5204048.
HSL color Cylindrical-coordinate representation of color #50684F: hue angle of 117.6º 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 #50684F is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 104 | 79 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.59 |
| HSL | 117.6º | 0.14% | 0.36% | - |
| HSV(B) | 117.6º | 0.24% | 0.41% | - |
| XYZ | 9.67 | 12.17 | 9.24 | - |
| YUV | 93.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 104 | 79 | 0.23 | 0 | 0.24 | 0.59 | 117.6 | 0.14 | 0.36 |
| Hex | 50 | 68 | 4F | 17 | 0 | 18 | 3B | 76 | E | 24 |
| Octal | 120 | 150 | 117 | 27 | 0 | 30 | 73 | 166 | 16 | 44 |
| Binary | 1010000 | 1101000 | 1001111 | 10111 | 0 | 11000 | 111011 | 1110110 | 1110 | 100100 |
Color Harmonies of #50684F
Complementary color
Monochromatic Colors of #50684F
Black with #50684F
Text Example
Text Example
White with #50684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50684F; }
p { color: rgb(80,104,79); }
H1.HeaderClassName
{
color: #50684F;
}
.AnyTagClassName
{
color: #50684F;
}
</style>
background-color css
<style>
a { background-color: #50684F; }
a { background-color: rgb(80,104,79); }
div.DivClassName
{
background-color: #50684F;
}
.BgClassName
{
background-color: #50684F;
}
</style>
border-color css
<style>
span { border-color: #50684F; }
span { border-color: rgb(80,104,79); }
td.TdClassName
{
border-color: #50684F;
}
.TagClassName
{
border-color: #50684F;
}
</style>