#516651

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

Shades of Nandor #516651

Tints of Nandor #516651

Color information

#516651 (or 0x516651) is unknown color: approx Nandor. HEX triplet: 51, 66 and 51. RGB value is (81,102,81). Sum of RGB (Red+Green+Blue) = 81+102+81=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #516651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516651 is #AE99AE. Grayscale: #5D5D5D. Windows color (decimal): -11442607 or 5334609. OLE color: 5334609.

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

Color convert

RGB8110281-
CMYK0.2100.210.6
HSL120º11.48%35.88%-
HSV(B)120º20.59%40%-
XYZ9.6311.859.56-
YUV93.33121.04119.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=30.68%
G=38.64%
B=30.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81102810.2100.210.612011.4835.88
Hex516651150153C78b24
Octal12114612125025741701344
Binary1010001110011010100011010101010111110011110001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516651; }

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

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

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

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

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

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

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

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