#50604F

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

Shades of Nandor #50604F

Tints of Nandor #50604F

Color information

#50604F (or 0x50604F) is unknown color: approx Nandor. HEX triplet: 50, 60 and 4F. RGB value is (80,96,79). Sum of RGB (Red+Green+Blue) = 80+96+79=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #50604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50604F is #AF9FB0. Grayscale: #595959. Windows color (decimal): -11509681 or 5202000. OLE color: 5202000.

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

Color convert

RGB809679-
CMYK0.1700.180.62
HSL116.47º9.71%34.31%-
HSV(B)116.47º17.71%37.65%-
XYZ8.910.648.98-
YUV89.28122.2121.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=31.37%
G=37.65%
B=30.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096790.1700.180.62116.479.7134.31
Hex50604F110123E74a22
Octal12014011721022761641242
Binary1010000110000010011111000101001011111011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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