#516765

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

Shades of William #516765

Tints of William #516765

Color information

#516765 (or 0x516765) is unknown color: approx William. HEX triplet: 51, 67 and 65. RGB value is (81,103,101). Sum of RGB (Red+Green+Blue) = 81+103+101=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #516765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516765 is #AE989A. Grayscale: #606060. Windows color (decimal): -11442331 or 6645585. OLE color: 6645585.

HSL color Cylindrical-coordinate representation of color #516765: hue angle of 174.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516765 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB81103101-
CMYK0.2100.020.60
HSL174.55º11.96%36.08%-
HSV(B)174.55º21.36%40.39%-
XYZ10.5912.3914.15-
YUV96.19130.71117.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=28.42%
G=36.14%
B=35.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal811031010.2100.020.60174.5511.9636.08
Hex51676515023Cafc24
Octal1211471452502742571444
Binary10100011100111110010110101010111100101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516765; }

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

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

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

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

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

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

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

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