#50664F

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

Shades of Nandor #50664F

Tints of Nandor #50664F

Color information

#50664F (or 0x50664F) is unknown color: approx Nandor. HEX triplet: 50, 66 and 4F. RGB value is (80,102,79). Sum of RGB (Red+Green+Blue) = 80+102+79=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #50664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50664F is #AF99B0. Grayscale: #5C5C5C. Windows color (decimal): -11508145 or 5203536. OLE color: 5203536.

HSL color Cylindrical-coordinate representation of color #50664F: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50664F is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB8010279-
CMYK0.2200.230.6
HSL117.39º12.71%35.49%-
HSV(B)117.39º22.55%40%-
XYZ9.4711.779.17-
YUV92.8120.21118.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=30.65%
G=39.08%
B=30.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102790.2200.230.6117.3912.7135.49
Hex50664F160173C75d23
Octal12014611726027741651543
Binary1010000110011010011111011001011111110011101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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