#506D4F

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

Shades of Nandor #506D4F

Tints of Nandor #506D4F

Color information

#506D4F (or 0x506D4F) is unknown color: approx Nandor. HEX triplet: 50, 6D and 4F. RGB value is (80,109,79). Sum of RGB (Red+Green+Blue) = 80+109+79=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #506D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D4F is #AF92B0. Grayscale: #616161. Windows color (decimal): -11506353 or 5205328. OLE color: 5205328.

HSL color Cylindrical-coordinate representation of color #506D4F: hue angle of 118º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506D4F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB8010979-
CMYK0.2700.280.57
HSL118º15.96%36.86%-
HSV(B)118º27.52%42.75%-
XYZ10.1913.219.41-
YUV96.91117.89115.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=29.85%
G=40.67%
B=29.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109790.2700.280.5711815.9636.86
Hex506D4F1B01C39761025
Octal12015511733034711662045
Binary10100001101101100111111011011100111001111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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