#505E51

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

Shades of Nandor #505E51

Tints of Nandor #505E51

Color information

#505E51 (or 0x505E51) is unknown color: approx Nandor. HEX triplet: 50, 5E and 51. RGB value is (80,94,81). Sum of RGB (Red+Green+Blue) = 80+94+81=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #505E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E51 is #AFA1AE. Grayscale: #585858. Windows color (decimal): -11510191 or 5332560. OLE color: 5332560.

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

Color convert

RGB809481-
CMYK0.1500.140.63
HSL124.29º8.05%34.12%-
HSV(B)124.29º14.89%36.86%-
XYZ8.810.39.31-
YUV88.33123.86122.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=31.37%
G=36.86%
B=31.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094810.1500.140.63124.298.0534.12
Hex505E51F0E3F7c822
Octal12013612117016771741042
Binary10100001011110101000111110111011111111111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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