#50694E

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

Shades of Nandor #50694E

Tints of Nandor #50694E

Color information

#50694E (or 0x50694E) is unknown color: approx Nandor. HEX triplet: 50, 69 and 4E. RGB value is (80,105,78). Sum of RGB (Red+Green+Blue) = 80+105+78=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #50694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50694E is #AF96B1. Grayscale: #5E5E5E. Windows color (decimal): -11507378 or 5138768. OLE color: 5138768.

HSL color Cylindrical-coordinate representation of color #50694E: hue angle of 115.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50694E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB8010578-
CMYK0.2400.260.59
HSL115.56º14.75%35.88%-
HSV(B)115.56º25.71%41.18%-
XYZ9.7312.369.08-
YUV94.45118.72117.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=30.42%
G=39.92%
B=29.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105780.2400.260.59115.5614.7535.88
Hex50694E1801A3B74f24
Octal12015111630032731641744
Binary1010000110100110011101100001101011101111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50694E; }

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

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

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

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

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

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

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

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