#516E6D

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

Shades of William #516E6D

Tints of William #516E6D

Color information

#516E6D (or 0x516E6D) is unknown color: approx William. HEX triplet: 51, 6E and 6D. RGB value is (81,110,109). Sum of RGB (Red+Green+Blue) = 81+110+109=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 110 - color contains mainly: green. Hex color #516E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E6D is #AE9192. Grayscale: #656565. Windows color (decimal): -11440531 or 7171665. OLE color: 7171665.

HSL color Cylindrical-coordinate representation of color #516E6D: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516E6D is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB81110109-
CMYK0.2600.010.57
HSL177.93º15.18%37.45%-
HSV(B)177.93º26.36%43.14%-
XYZ11.7314.0116.55-
YUV101.21132.39113.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=27%
G=36.67%
B=36.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811101090.2600.010.57177.9315.1837.45
Hex516E6D1A0139b2f25
Octal1211561553201712621745
Binary1010001110111011011011101001111001101100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,109); }

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

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

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

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

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

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

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