#505850

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

Shades of Nandor #505850

Tints of Nandor #505850

Color information

#505850 (or 0x505850) is unknown color: approx Nandor. HEX triplet: 50, 58 and 50. RGB value is (80,88,80). Sum of RGB (Red+Green+Blue) = 80+88+80=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #505850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505850 is #AFA7AF. Grayscale: #545454. Windows color (decimal): -11511728 or 5265488. OLE color: 5265488.

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

Color convert

RGB808880-
CMYK0.0900.090.65
HSL120º4.76%32.94%-
HSV(B)120º9.09%34.51%-
XYZ8.259.268.94-
YUV84.7125.35124.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088800.0900.090.651204.7632.94
Hex5058509094178521
Octal12013012011011101170541
Binary10100001011000101000010010100110000011111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505850; }

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

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

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

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

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

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

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

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