#516461

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

Shades of William #516461

Tints of William #516461

Color information

#516461 (or 0x516461) is unknown color: approx William. HEX triplet: 51, 64 and 61. RGB value is (81,100,97). Sum of RGB (Red+Green+Blue) = 81+100+97=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 100 - color contains mainly: green. Hex color #516461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516461 is #AE9B9E. Grayscale: #5D5D5D. Windows color (decimal): -11443103 or 6382673. OLE color: 6382673.

HSL color Cylindrical-coordinate representation of color #516461: hue angle of 170.53º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516461 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB8110097-
CMYK0.1900.030.61
HSL170.53º10.5%35.49%-
HSV(B)170.53º19%39.22%-
XYZ10.1111.7313.04-
YUV93.98129.71118.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=29.14%
G=35.97%
B=34.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100970.1900.030.61170.5310.535.49
Hex51646113033Daba23
Octal1211441412303752531243
Binary10100011100100110000110011011111101101010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516461; }

 p { color: rgb(81,100,97); }

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

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

 a { background-color: rgb(81,100,97); }

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

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

 span { border-color: rgb(81,100,97); }

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