#505550

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

Shades of Nandor #505550

Tints of Nandor #505550

Color information

#505550 (or 0x505550) is unknown color: approx Nandor. HEX triplet: 50, 55 and 50. RGB value is (80,85,80). Sum of RGB (Red+Green+Blue) = 80+85+80=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #505550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505550 is #AFAAAF. Grayscale: #525252. Windows color (decimal): -11512496 or 5264720. OLE color: 5264720.

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

Color convert

RGB808580-
CMYK0.0600.060.67
HSL120º3.03%32.35%-
HSV(B)120º5.88%33.33%-
XYZ88.788.86-
YUV82.94126.34125.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=32.65%
G=34.69%
B=32.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085800.0600.060.671203.0332.35
Hex5055506064378320
Octal120125120606103170340
Binary10100001010101101000011001101000011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505550; }

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

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

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

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

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

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

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

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