#506F4E

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

Shades of Nandor #506F4E

Tints of Nandor #506F4E

Color information

#506F4E (or 0x506F4E) is unknown color: approx Nandor. HEX triplet: 50, 6F and 4E. RGB value is (80,111,78). Sum of RGB (Red+Green+Blue) = 80+111+78=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #506F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F4E is #AF90B1. Grayscale: #626262. Windows color (decimal): -11505842 or 5140304. OLE color: 5140304.

HSL color Cylindrical-coordinate representation of color #506F4E: hue angle of 116.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506F4E is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8011178-
CMYK0.2800.300.56
HSL116.36º17.46%37.06%-
HSV(B)116.36º29.73%43.53%-
XYZ10.3713.629.29-
YUV97.97116.73115.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=29.74%
G=41.26%
B=29.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111780.2800.300.56116.3617.4637.06
Hex506F4E1C01E38741125
Octal12015711634036701642145
Binary10100001101111100111011100011110111000111010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,78); }

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

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

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

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

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

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

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