#506050

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

Shades of Nandor #506050

Tints of Nandor #506050

Color information

#506050 (or 0x506050) is unknown color: approx Nandor. HEX triplet: 50, 60 and 50. RGB value is (80,96,80). Sum of RGB (Red+Green+Blue) = 80+96+80=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #506050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506050 is #AF9FAF. Grayscale: #595959. Windows color (decimal): -11509680 or 5267536. OLE color: 5267536.

HSL color Cylindrical-coordinate representation of color #506050: hue angle of 120º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #506050 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB809680-
CMYK0.1700.170.62
HSL120º9.09%34.51%-
HSV(B)120º16.67%37.65%-
XYZ8.9410.659.17-
YUV89.39122.7121.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096800.1700.170.621209.0934.51
Hex506050110113E78923
Octal12014012021021761701143
Binary1010000110000010100001000101000111111011110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506050; }

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

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

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

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

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

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

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

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