#505D4F

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

Shades of Nandor #505D4F

Tints of Nandor #505D4F

Color information

#505D4F (or 0x505D4F) is unknown color: approx Nandor. HEX triplet: 50, 5D and 4F. RGB value is (80,93,79). Sum of RGB (Red+Green+Blue) = 80+93+79=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #505D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D4F is #AFA2B0. Grayscale: #575757. Windows color (decimal): -11510449 or 5201232. OLE color: 5201232.

HSL color Cylindrical-coordinate representation of color #505D4F: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505D4F is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB809379-
CMYK0.1400.150.64
HSL115.71º8.14%33.73%-
HSV(B)115.71º15.05%36.47%-
XYZ8.6310.18.89-
YUV87.52123.19122.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=31.75%
G=36.90%
B=31.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093790.1400.150.64115.718.1433.73
Hex505D4FE0F4074822
Octal120135117160171001641042
Binary101000010111011001111111001111100000011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,93,79); }

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

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

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

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

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

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

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