Shades of Nandor #505C50
Tints of Nandor #505C50
RGB
CMYK
RGB Variations
Color information
#505C50 (or 0x505C50) is known color: Nandor. HEX triplet: 50, 5C and 50. RGB value is (80,92,80). Sum of RGB (Red+Green+Blue) = 80+92+80=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #505C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C50 is #AFA3AF. Grayscale: #575757. Windows color (decimal): -11510704 or 5266512. OLE color: 5266512.
HSL color Cylindrical-coordinate representation of color #505C50: hue angle of 120º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C50 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 80 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.64 |
| HSL | 120º | 0.07% | 0.34% | - |
| HSV(B) | 120º | 0.13% | 0.36% | - |
| XYZ | 8.58 | 9.94 | 9.06 | - |
| YUV | 87.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 80 | 0.13 | 0 | 0.13 | 0.64 | 120 | 0.07 | 0.34 |
| Hex | 50 | 5C | 50 | D | 0 | D | 40 | 78 | 7 | 22 |
| Octal | 120 | 134 | 120 | 15 | 0 | 15 | 100 | 170 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1010000 | 1101 | 0 | 1101 | 1000000 | 1111000 | 111 | 100010 |
Color Harmonies of #505C50
Complementary color
Monochromatic Colors of #505C50
Black with #505C50
Text Example
Text Example
White with #505C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C50; }
p { color: rgb(80,92,80); }
H1.HeaderClassName
{
color: #505C50;
}
.AnyTagClassName
{
color: #505C50;
}
</style>
background-color css
<style>
a { background-color: #505C50; }
a { background-color: rgb(80,92,80); }
div.DivClassName
{
background-color: #505C50;
}
.BgClassName
{
background-color: #505C50;
}
</style>
border-color css
<style>
span { border-color: #505C50; }
span { border-color: rgb(80,92,80); }
td.TdClassName
{
border-color: #505C50;
}
.TagClassName
{
border-color: #505C50;
}
</style>