#506950

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

Shades of Nandor #506950

Tints of Nandor #506950

Color information

#506950 (or 0x506950) is unknown color: approx Nandor. HEX triplet: 50, 69 and 50. RGB value is (80,105,80). Sum of RGB (Red+Green+Blue) = 80+105+80=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #506950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506950 is #AF96AF. Grayscale: #5E5E5E. Windows color (decimal): -11507376 or 5269840. OLE color: 5269840.

HSL color Cylindrical-coordinate representation of color #506950: hue angle of 120º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506950 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8010580-
CMYK0.2400.240.59
HSL120º13.51%36.27%-
HSV(B)120º23.81%41.18%-
XYZ9.8112.399.46-
YUV94.68119.72117.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=30.19%
G=39.62%
B=30.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105800.2400.240.5912013.5136.27
Hex506950180183B78e24
Octal12015112030030731701644
Binary1010000110100110100001100001100011101111110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506950; }

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

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

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

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

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

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

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

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