#516951

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

Shades of Nandor #516951

Tints of Nandor #516951

Color information

#516951 (or 0x516951) is unknown color: approx Nandor. HEX triplet: 51, 69 and 51. RGB value is (81,105,81). Sum of RGB (Red+Green+Blue) = 81+105+81=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #516951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516951 is #AE96AE. Grayscale: #5F5F5F. Windows color (decimal): -11441839 or 5335377. OLE color: 5335377.

HSL color Cylindrical-coordinate representation of color #516951: hue angle of 120º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516951 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB8110581-
CMYK0.2300.230.59
HSL120º12.9%36.47%-
HSV(B)120º22.86%41.18%-
XYZ9.9312.459.66-
YUV95.09120.05117.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=30.34%
G=39.33%
B=30.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81105810.2300.230.5912012.936.47
Hex516951170173B78d24
Octal12115112127027731701544
Binary1010001110100110100011011101011111101111110001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516951; }

 p { color: rgb(81,105,81); }

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

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

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

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

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

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

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