#505E4F

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

Shades of Nandor #505E4F

Tints of Nandor #505E4F

Color information

#505E4F (or 0x505E4F) is unknown color: approx Nandor. HEX triplet: 50, 5E and 4F. RGB value is (80,94,79). Sum of RGB (Red+Green+Blue) = 80+94+79=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 94 - color contains mainly: green. Hex color #505E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E4F is #AFA1B0. Grayscale: #585858. Windows color (decimal): -11510193 or 5201488. OLE color: 5201488.

HSL color Cylindrical-coordinate representation of color #505E4F: hue angle of 116º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505E4F is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB809479-
CMYK0.1500.160.63
HSL116º8.67%33.92%-
HSV(B)116º15.96%36.86%-
XYZ8.7210.288.92-
YUV88.1122.86122.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=31.62%
G=37.15%
B=31.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094790.1500.160.631168.6733.92
Hex505E4FF0103F74922
Octal12013611717020771641142
Binary101000010111101001111111101000011111111101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505E4F; }

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

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

<style>
 a { background-color: #505E4F; }

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

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

<style>
 span { border-color: #505E4F; }

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

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