#505250

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

Shades of Nandor #505250

Tints of Nandor #505250

Color information

#505250 (or 0x505250) is unknown color: approx Nandor. HEX triplet: 50, 52 and 50. RGB value is (80,82,80). Sum of RGB (Red+Green+Blue) = 80+82+80=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 82 - color contains mainly: green. Hex color #505250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505250 is #AFADAF. Grayscale: #515151. Windows color (decimal): -11513264 or 5263952. OLE color: 5263952.

HSL color Cylindrical-coordinate representation of color #505250: hue angle of 120º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #505250 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB808280-
CMYK0.0200.020.68
HSL120º1.23%31.76%-
HSV(B)120º2.44%32.16%-
XYZ7.778.328.79-
YUV81.17127.34127.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=33.06%
G=33.88%
B=33.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082800.0200.020.681201.2331.76
Hex5052502024478120
Octal120122120202104170140
Binary10100001010010101000010010100010011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505250; }

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

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

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

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

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

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

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

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