#516D69

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

Shades of William #516D69

Tints of William #516D69

Color information

#516D69 (or 0x516D69) is unknown color: approx William. HEX triplet: 51, 6D and 69. RGB value is (81,109,105). Sum of RGB (Red+Green+Blue) = 81+109+105=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #516D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D69 is #AE9296. Grayscale: #646464. Windows color (decimal): -11440791 or 6909265. OLE color: 6909265.

HSL color Cylindrical-coordinate representation of color #516D69: hue angle of 171.43º 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 #516D69 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB81109105-
CMYK0.2600.040.57
HSL171.43º14.74%37.25%-
HSV(B)171.43º25.69%42.75%-
XYZ11.4113.7115.41-
YUV100.17130.72114.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=27.46%
G=36.95%
B=35.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811091050.2600.040.57171.4314.7437.25
Hex516D691A0439abf25
Octal1211551513204712531745
Binary101000111011011101001110100100111001101010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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