#516D68

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

Shades of William #516D68

Tints of William #516D68

Color information

#516D68 (or 0x516D68) is unknown color: approx William. HEX triplet: 51, 6D and 68. RGB value is (81,109,104). Sum of RGB (Red+Green+Blue) = 81+109+104=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #516D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D68 is #AE9297. Grayscale: #646464. Windows color (decimal): -11440792 or 6843729. OLE color: 6843729.

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

Color convert

RGB81109104-
CMYK0.2600.050.57
HSL169.29º14.74%37.25%-
HSV(B)169.29º25.69%42.75%-
XYZ11.3613.6915.14-
YUV100.06130.22114.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=27.55%
G=37.07%
B=35.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811091040.2600.050.57169.2914.7437.25
Hex516D681A0539a9f25
Octal1211551503205712511745
Binary101000111011011101000110100101111001101010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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