Shades of Nandor #50594F
Tints of Nandor #50594F
RGB
CMYK
RGB Variations
Color information
#50594F (or 0x50594F) is known color: Nandor. HEX triplet: 50, 59 and 4F. RGB value is (80,89,79). Sum of RGB (Red+Green+Blue) = 80+89+79=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #50594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50594F is #AFA6B0. Grayscale: #555555. Windows color (decimal): -11511473 or 5200208. OLE color: 5200208.
HSL color Cylindrical-coordinate representation of color #50594F: hue angle of 114º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50594F is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 79 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.65 |
| HSL | 114º | 0.06% | 0.33% | - |
| HSV(B) | 114º | 0.11% | 0.35% | - |
| XYZ | 8.29 | 9.41 | 8.78 | - |
| YUV | 85.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 79 | 0.10 | 0 | 0.11 | 0.65 | 114 | 0.06 | 0.33 |
| Hex | 50 | 59 | 4F | A | 0 | B | 41 | 72 | 6 | 21 |
| Octal | 120 | 131 | 117 | 12 | 0 | 13 | 101 | 162 | 6 | 41 |
| Binary | 1010000 | 1011001 | 1001111 | 1010 | 0 | 1011 | 1000001 | 1110010 | 110 | 100001 |
Color Harmonies of #50594F
Complementary color
Monochromatic Colors of #50594F
Black with #50594F
Text Example
Text Example
White with #50594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50594F; }
p { color: rgb(80,89,79); }
H1.HeaderClassName
{
color: #50594F;
}
.AnyTagClassName
{
color: #50594F;
}
</style>
background-color css
<style>
a { background-color: #50594F; }
a { background-color: rgb(80,89,79); }
div.DivClassName
{
background-color: #50594F;
}
.BgClassName
{
background-color: #50594F;
}
</style>
border-color css
<style>
span { border-color: #50594F; }
span { border-color: rgb(80,89,79); }
td.TdClassName
{
border-color: #50594F;
}
.TagClassName
{
border-color: #50594F;
}
</style>