#506A4E

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

Shades of Nandor #506A4E

Tints of Nandor #506A4E

Color information

#506A4E (or 0x506A4E) is unknown color: approx Nandor. HEX triplet: 50, 6A and 4E. RGB value is (80,106,78). Sum of RGB (Red+Green+Blue) = 80+106+78=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #506A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A4E is #AF95B1. Grayscale: #5F5F5F. Windows color (decimal): -11507122 or 5139024. OLE color: 5139024.

HSL color Cylindrical-coordinate representation of color #506A4E: hue angle of 115.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506A4E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8010678-
CMYK0.2500.260.58
HSL115.71º15.22%36.08%-
HSV(B)115.71º26.42%41.57%-
XYZ9.8412.569.11-
YUV95.03118.39117.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=30.30%
G=40.15%
B=29.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106780.2500.260.58115.7115.2236.08
Hex506A4E1901A3A74f24
Octal12015211631032721641744
Binary1010000110101010011101100101101011101011101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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