#516862

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

Shades of William #516862

Tints of William #516862

Color information

#516862 (or 0x516862) is unknown color: approx William. HEX triplet: 51, 68 and 62. RGB value is (81,104,98). Sum of RGB (Red+Green+Blue) = 81+104+98=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #516862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516862 is #AE979D. Grayscale: #606060. Windows color (decimal): -11442078 or 6449233. OLE color: 6449233.

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

Color convert

RGB8110498-
CMYK0.2200.060.59
HSL164.35º12.43%36.27%-
HSV(B)164.35º22.12%40.78%-
XYZ10.5512.5313.42-
YUV96.44128.88116.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=28.62%
G=36.75%
B=34.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104980.2200.060.59164.3512.4336.27
Hex51686216063Ba4c24
Octal1211501422606732441444
Binary101000111010001100010101100110111011101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516862; }

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

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

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

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

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

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

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

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