#505C51

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

Shades of Nandor #505C51

Tints of Nandor #505C51

Color information

#505C51 (or 0x505C51) is unknown color: approx Nandor. HEX triplet: 50, 5C and 51. RGB value is (80,92,81). Sum of RGB (Red+Green+Blue) = 80+92+81=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 92 - color contains mainly: green. Hex color #505C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C51 is #AFA3AE. Grayscale: #575757. Windows color (decimal): -11510703 or 5332048. OLE color: 5332048.

HSL color Cylindrical-coordinate representation of color #505C51: hue angle of 125º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C51 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB809281-
CMYK0.1300.120.64
HSL125º6.98%33.73%-
HSV(B)125º13.04%36.08%-
XYZ8.629.959.25-
YUV87.16124.52122.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=31.62%
G=36.36%
B=32.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092810.1300.120.641256.9833.73
Hex505C51D0C407d722
Octal12013412115014100175742
Binary10100001011100101000111010110010000001111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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