#516965

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

Shades of William #516965

Tints of William #516965

Color information

#516965 (or 0x516965) is unknown color: approx William. HEX triplet: 51, 69 and 65. RGB value is (81,105,101). Sum of RGB (Red+Green+Blue) = 81+105+101=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #516965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516965 is #AE969A. Grayscale: #616161. Windows color (decimal): -11441819 or 6646097. OLE color: 6646097.

HSL color Cylindrical-coordinate representation of color #516965: hue angle of 170º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #516965 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB81105101-
CMYK0.2300.040.59
HSL170º12.9%36.47%-
HSV(B)170º22.86%41.18%-
XYZ10.7912.7914.21-
YUV97.37130.05116.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=28.22%
G=36.59%
B=35.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal811051010.2300.040.5917012.936.47
Hex51696517043Baad24
Octal1211511452704732521544
Binary101000111010011100101101110100111011101010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516965; }

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

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

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

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

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

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

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

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