Shades of Nandor #505A50
Tints of Nandor #505A50
RGB
CMYK
RGB Variations
Color information
#505A50 (or 0x505A50) is known color: Nandor. HEX triplet: 50, 5A and 50. RGB value is (80,90,80). Sum of RGB (Red+Green+Blue) = 80+90+80=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #505A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A50 is #AFA5AF. Grayscale: #555555. Windows color (decimal): -11511216 or 5266000. OLE color: 5266000.
HSL color Cylindrical-coordinate representation of color #505A50: hue angle of 120º 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 #505A50 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 90 | 80 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.65 |
| HSL | 120º | 0.06% | 0.33% | - |
| HSV(B) | 120º | 0.11% | 0.35% | - |
| XYZ | 8.41 | 9.6 | 9 | - |
| YUV | 85.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 80 | 0.11 | 0 | 0.11 | 0.65 | 120 | 0.06 | 0.33 |
| Hex | 50 | 5A | 50 | B | 0 | B | 41 | 78 | 6 | 21 |
| Octal | 120 | 132 | 120 | 13 | 0 | 13 | 101 | 170 | 6 | 41 |
| Binary | 1010000 | 1011010 | 1010000 | 1011 | 0 | 1011 | 1000001 | 1111000 | 110 | 100001 |
Color Harmonies of #505A50
Complementary color
Monochromatic Colors of #505A50
Black with #505A50
Text Example
Text Example
White with #505A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A50; }
p { color: rgb(80,90,80); }
H1.HeaderClassName
{
color: #505A50;
}
.AnyTagClassName
{
color: #505A50;
}
</style>
background-color css
<style>
a { background-color: #505A50; }
a { background-color: rgb(80,90,80); }
div.DivClassName
{
background-color: #505A50;
}
.BgClassName
{
background-color: #505A50;
}
</style>
border-color css
<style>
span { border-color: #505A50; }
span { border-color: rgb(80,90,80); }
td.TdClassName
{
border-color: #505A50;
}
.TagClassName
{
border-color: #505A50;
}
</style>