#516B50

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

Shades of Nandor #516B50

Tints of Nandor #516B50

Color information

#516B50 (or 0x516B50) is unknown color: approx Nandor. HEX triplet: 51, 6B and 50. RGB value is (81,107,80). Sum of RGB (Red+Green+Blue) = 81+107+80=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #516B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B50 is #AE94AF. Grayscale: #606060. Windows color (decimal): -11441328 or 5270353. OLE color: 5270353.

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

Color convert

RGB8110780-
CMYK0.2400.250.58
HSL117.78º14.44%36.67%-
HSV(B)117.78º25.23%41.96%-
XYZ10.112.849.54-
YUV96.15118.89117.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=30.22%
G=39.93%
B=29.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107800.2400.250.58117.7814.4436.67
Hex516B50180193A76e25
Octal12115312030031721661645
Binary1010001110101110100001100001100111101011101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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