#505750

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

Shades of Nandor #505750

Tints of Nandor #505750

Color information

#505750 (or 0x505750) is unknown color: approx Nandor. HEX triplet: 50, 57 and 50. RGB value is (80,87,80). Sum of RGB (Red+Green+Blue) = 80+87+80=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #505750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505750 is #AFA8AF. Grayscale: #545454. Windows color (decimal): -11511984 or 5265232. OLE color: 5265232.

HSL color Cylindrical-coordinate representation of color #505750: hue angle of 120º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505750 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB808780-
CMYK0.0800.080.66
HSL120º4.19%32.75%-
HSV(B)120º8.05%34.12%-
XYZ8.169.18.92-
YUV84.11125.68125.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=32.39%
G=35.22%
B=32.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087800.0800.080.661204.1932.75
Hex5057508084278421
Octal12012712010010102170441
Binary10100001010111101000010000100010000101111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505750; }

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

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

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

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

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

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

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

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