#506C50

Color #506C50 Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #506C50

Tints of Nandor #506C50

Color information

#506C50 (or 0x506C50) is unknown color: approx Nandor. HEX triplet: 50, 6C and 50. RGB value is (80,108,80). Sum of RGB (Red+Green+Blue) = 80+108+80=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 108 - color contains mainly: green. Hex color #506C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C50 is #AF93AF. Grayscale: #606060. Windows color (decimal): -11506608 or 5270608. OLE color: 5270608.

HSL color Cylindrical-coordinate representation of color #506C50: hue angle of 120º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C50 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8010880-
CMYK0.2600.260.58
HSL120º14.89%36.86%-
HSV(B)120º25.93%42.35%-
XYZ10.1213.019.57-
YUV96.44118.72116.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=29.85%
G=40.30%
B=29.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108800.2600.260.5812014.8936.86
Hex506C501A01A3A78f25
Octal12015412032032721701745
Binary1010000110110010100001101001101011101011110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506C50; }

 p { color: rgb(80,108,80); }

 H1.HeaderClassName
 {
   color: #506C50;
 }
 .AnyTagClassName
 {
   color: #506C50;
 }
</style>
background-color css

<style>
 a { background-color: #506C50; }

 a { background-color: rgb(80,108,80); }

 div.DivClassName
 {
   background-color: #506C50;
 }
 .BgClassName
 {
   background-color: #506C50;
 }
</style>
border-color css

<style>
 span { border-color: #506C50; }

 span { border-color: rgb(80,108,80); }

 td.TdClassName
 {
   border-color: #506C50;
 }
 .TagClassName
 {
   border-color: #506C50;
 }
</style>