#516751

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

Shades of Nandor #516751

Tints of Nandor #516751

Color information

#516751 (or 0x516751) is unknown color: approx Nandor. HEX triplet: 51, 67 and 51. RGB value is (81,103,81). Sum of RGB (Red+Green+Blue) = 81+103+81=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #516751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516751 is #AE98AE. Grayscale: #5D5D5D. Windows color (decimal): -11442351 or 5334865. OLE color: 5334865.

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

Color convert

RGB8110381-
CMYK0.2100.210.60
HSL120º11.96%36.08%-
HSV(B)120º21.36%40.39%-
XYZ9.7312.049.6-
YUV93.91120.71118.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=30.57%
G=38.87%
B=30.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81103810.2100.210.6012011.9636.08
Hex516751150153C78c24
Octal12114712125025741701444
Binary1010001110011110100011010101010111110011110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516751; }

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

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

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

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

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

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

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

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