#516B52

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

Shades of Nandor #516B52

Tints of Nandor #516B52

Color information

#516B52 (or 0x516B52) is unknown color: approx Nandor. HEX triplet: 51, 6B and 52. RGB value is (81,107,82). Sum of RGB (Red+Green+Blue) = 81+107+82=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #516B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B52 is #AE94AD. Grayscale: #606060. Windows color (decimal): -11441326 or 5401425. OLE color: 5401425.

HSL color Cylindrical-coordinate representation of color #516B52: hue angle of 122.31º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B52 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB8110782-
CMYK0.2400.230.58
HSL122.31º13.83%36.86%-
HSV(B)122.31º24.3%41.96%-
XYZ10.1712.879.93-
YUV96.38119.89117.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=30%
G=39.63%
B=30.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107820.2400.230.58122.3113.8336.86
Hex516B52180173A7ae25
Octal12115312230027721721645
Binary1010001110101110100101100001011111101011110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516B52; }

 p { color: rgb(81,107,82); }

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

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

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

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

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

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

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