Shades of Nandor #50624F
Tints of Nandor #50624F
RGB
CMYK
RGB Variations
Color information
#50624F (or 0x50624F) is known color: Nandor. HEX triplet: 50, 62 and 4F. RGB value is (80,98,79). Sum of RGB (Red+Green+Blue) = 80+98+79=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #50624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50624F is #AF9DB0. Grayscale: #5A5A5A. Windows color (decimal): -11509169 or 5202512. OLE color: 5202512.
HSL color Cylindrical-coordinate representation of color #50624F: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50624F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 98 | 79 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.62 |
| HSL | 116.84º | 0.11% | 0.35% | - |
| HSV(B) | 116.84º | 0.19% | 0.38% | - |
| XYZ | 9.09 | 11.01 | 9.04 | - |
| YUV | 90.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 79 | 0.18 | 0 | 0.19 | 0.62 | 116.84 | 0.11 | 0.35 |
| Hex | 50 | 62 | 4F | 12 | 0 | 13 | 3E | 75 | B | 23 |
| Octal | 120 | 142 | 117 | 22 | 0 | 23 | 76 | 165 | 13 | 43 |
| Binary | 1010000 | 1100010 | 1001111 | 10010 | 0 | 10011 | 111110 | 1110101 | 1011 | 100011 |
Color Harmonies of #50624F
Complementary color
Monochromatic Colors of #50624F
Black with #50624F
Text Example
Text Example
White with #50624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50624F; }
p { color: rgb(80,98,79); }
H1.HeaderClassName
{
color: #50624F;
}
.AnyTagClassName
{
color: #50624F;
}
</style>
background-color css
<style>
a { background-color: #50624F; }
a { background-color: rgb(80,98,79); }
div.DivClassName
{
background-color: #50624F;
}
.BgClassName
{
background-color: #50624F;
}
</style>
border-color css
<style>
span { border-color: #50624F; }
span { border-color: rgb(80,98,79); }
td.TdClassName
{
border-color: #50624F;
}
.TagClassName
{
border-color: #50624F;
}
</style>