#516051

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

Shades of Nandor #516051

Tints of Nandor #516051

Color information

#516051 (or 0x516051) is unknown color: approx Nandor. HEX triplet: 51, 60 and 51. RGB value is (81,96,81). Sum of RGB (Red+Green+Blue) = 81+96+81=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #516051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516051 is #AE9FAE. Grayscale: #595959. Windows color (decimal): -11444143 or 5333073. OLE color: 5333073.

HSL color Cylindrical-coordinate representation of color #516051: hue angle of 120º degrees, saturation: 0.08, 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 #516051 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB819681-
CMYK0.1600.160.62
HSL120º8.47%34.71%-
HSV(B)120º15.62%37.65%-
XYZ9.0610.719.37-
YUV89.8123.03121.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=31.40%
G=37.21%
B=31.40%

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
Decimal8196810.1600.160.621208.4734.71
Hex516051100103E78823
Octal12114012120020761701043
Binary1010001110000010100011000001000011111011110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516051; }

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

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

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

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

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

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

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

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