#505F51

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

Shades of Nandor #505F51

Tints of Nandor #505F51

Color information

#505F51 (or 0x505F51) is unknown color: approx Nandor. HEX triplet: 50, 5F and 51. RGB value is (80,95,81). Sum of RGB (Red+Green+Blue) = 80+95+81=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #505F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F51 is #AFA0AE. Grayscale: #585858. Windows color (decimal): -11509935 or 5332816. OLE color: 5332816.

HSL color Cylindrical-coordinate representation of color #505F51: hue angle of 124º 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 #505F51 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB809581-
CMYK0.1600.150.63
HSL124º8.57%34.31%-
HSV(B)124º15.79%37.25%-
XYZ8.8910.489.34-
YUV88.92123.53121.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=31.25%
G=37.11%
B=31.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095810.1600.150.631248.5734.31
Hex505F51100F3F7c922
Octal12013712120017771741142
Binary101000010111111010001100000111111111111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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