#516350

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

Shades of Nandor #516350

Tints of Nandor #516350

Color information

#516350 (or 0x516350) is unknown color: approx Nandor. HEX triplet: 51, 63 and 50. RGB value is (81,99,80). Sum of RGB (Red+Green+Blue) = 81+99+80=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #516350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516350 is #AE9CAF. Grayscale: #5B5B5B. Windows color (decimal): -11443376 or 5268305. OLE color: 5268305.

HSL color Cylindrical-coordinate representation of color #516350: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516350 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB819980-
CMYK0.1800.190.61
HSL116.84º10.61%35.1%-
HSV(B)116.84º19.19%38.82%-
XYZ9.311.259.27-
YUV91.45121.54120.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=31.15%
G=38.08%
B=30.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199800.1800.190.61116.8410.6135.1
Hex516350120133D75b23
Octal12114312022023751651343
Binary1010001110001110100001001001001111110111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516350; }

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

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

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

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

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

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

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

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