Shades of Nandor #505450
Tints of Nandor #505450
RGB
CMYK
RGB Variations
Color information
#505450 (or 0x505450) is known color: Nandor. HEX triplet: 50, 54 and 50. RGB value is (80,84,80). Sum of RGB (Red+Green+Blue) = 80+84+80=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 84 - color contains mainly: green. Hex color #505450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505450 is #AFABAF. Grayscale: #525252. Windows color (decimal): -11512752 or 5264464. OLE color: 5264464.
HSL color Cylindrical-coordinate representation of color #505450: hue angle of 120º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #505450 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 80 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.67 |
| HSL | 120º | 0.02% | 0.32% | - |
| HSV(B) | 120º | 0.05% | 0.33% | - |
| XYZ | 7.93 | 8.63 | 8.84 | - |
| YUV | 82.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 80 | 0.05 | 0 | 0.05 | 0.67 | 120 | 0.02 | 0.32 |
| Hex | 50 | 54 | 50 | 5 | 0 | 5 | 43 | 78 | 2 | 20 |
| Octal | 120 | 124 | 120 | 5 | 0 | 5 | 103 | 170 | 2 | 40 |
| Binary | 1010000 | 1010100 | 1010000 | 101 | 0 | 101 | 1000011 | 1111000 | 10 | 100000 |
Color Harmonies of #505450
Complementary color
Monochromatic Colors of #505450
Black with #505450
Text Example
Text Example
White with #505450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505450; }
p { color: rgb(80,84,80); }
H1.HeaderClassName
{
color: #505450;
}
.AnyTagClassName
{
color: #505450;
}
</style>
background-color css
<style>
a { background-color: #505450; }
a { background-color: rgb(80,84,80); }
div.DivClassName
{
background-color: #505450;
}
.BgClassName
{
background-color: #505450;
}
</style>
border-color css
<style>
span { border-color: #505450; }
span { border-color: rgb(80,84,80); }
td.TdClassName
{
border-color: #505450;
}
.TagClassName
{
border-color: #505450;
}
</style>