#50614F

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

Shades of Nandor #50614F

Tints of Nandor #50614F

Color information

#50614F (or 0x50614F) is unknown color: approx Nandor. HEX triplet: 50, 61 and 4F. RGB value is (80,97,79). Sum of RGB (Red+Green+Blue) = 80+97+79=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #50614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50614F is #AF9EB0. Grayscale: #595959. Windows color (decimal): -11509425 or 5202256. OLE color: 5202256.

HSL color Cylindrical-coordinate representation of color #50614F: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #50614F is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB809779-
CMYK0.1800.190.62
HSL116.67º10.23%34.51%-
HSV(B)116.67º18.56%38.04%-
XYZ8.9910.829.01-
YUV89.86121.87120.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=31.25%
G=37.89%
B=30.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097790.1800.190.62116.6710.2334.51
Hex50614F120133E75a23
Octal12014111722023761651243
Binary1010000110000110011111001001001111111011101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50614F; }

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

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

<style>
 a { background-color: #50614F; }

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

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

<style>
 span { border-color: #50614F; }

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

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