#516850

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

Shades of Nandor #516850

Tints of Nandor #516850

Color information

#516850 (or 0x516850) is unknown color: approx Nandor. HEX triplet: 51, 68 and 50. RGB value is (81,104,80). Sum of RGB (Red+Green+Blue) = 81+104+80=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #516850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516850 is #AE97AF. Grayscale: #5E5E5E. Windows color (decimal): -11442096 or 5269585. OLE color: 5269585.

HSL color Cylindrical-coordinate representation of color #516850: hue angle of 117.5º 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 #516850 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB8110480-
CMYK0.2200.230.59
HSL117.5º13.04%36.08%-
HSV(B)117.5º23.08%40.78%-
XYZ9.7912.239.43-
YUV94.39119.88118.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=30.57%
G=39.25%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104800.2200.230.59117.513.0436.08
Hex516850160173B75d24
Octal12115012026027731651544
Binary1010001110100010100001011001011111101111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516850; }

 p { color: rgb(81,104,80); }

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

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

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

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

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

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

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