#516151

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

Shades of Nandor #516151

Tints of Nandor #516151

Color information

#516151 (or 0x516151) is unknown color: approx Nandor. HEX triplet: 51, 61 and 51. RGB value is (81,97,81). Sum of RGB (Red+Green+Blue) = 81+97+81=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #516151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516151 is #AE9EAE. Grayscale: #5A5A5A. Windows color (decimal): -11443887 or 5333329. OLE color: 5333329.

HSL color Cylindrical-coordinate representation of color #516151: hue angle of 120º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #516151 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB819781-
CMYK0.1600.160.62
HSL120º8.99%34.9%-
HSV(B)120º16.49%38.04%-
XYZ9.1510.899.4-
YUV90.39122.7121.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=31.27%
G=37.45%
B=31.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197810.1600.160.621208.9934.9
Hex516151100103E78923
Octal12114112120020761701143
Binary1010001110000110100011000001000011111011110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516151; }

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

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

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

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

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

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

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

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