#505A50

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

Shades of Nandor #505A50

Tints of Nandor #505A50

Color information

#505A50 (or 0x505A50) is unknown color: approx Nandor. HEX triplet: 50, 5A and 50. RGB value is (80,90,80). Sum of RGB (Red+Green+Blue) = 80+90+80=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #505A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A50 is #AFA5AF. Grayscale: #555555. Windows color (decimal): -11511216 or 5266000. OLE color: 5266000.

HSL color Cylindrical-coordinate representation of color #505A50: hue angle of 120º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A50 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB809080-
CMYK0.1100.110.65
HSL120º5.88%33.33%-
HSV(B)120º11.11%35.29%-
XYZ8.419.69-
YUV85.87124.69123.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 80 (31.64% from 255) = 32%
R=32%
G=36%
B=32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090800.1100.110.651205.8833.33
Hex505A50B0B4178621
Octal12013212013013101170641
Binary10100001011010101000010110101110000011111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A50; }

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

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

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

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

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

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

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

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