#516460

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

Shades of William #516460

Tints of William #516460

Color information

#516460 (or 0x516460) is unknown color: approx William. HEX triplet: 51, 64 and 60. RGB value is (81,100,96). Sum of RGB (Red+Green+Blue) = 81+100+96=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #516460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516460 is #AE9B9F. Grayscale: #5D5D5D. Windows color (decimal): -11443104 or 6317137. OLE color: 6317137.

HSL color Cylindrical-coordinate representation of color #516460: hue angle of 167.37º 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 #516460 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB8110096-
CMYK0.1900.040.61
HSL167.37º10.5%35.49%-
HSV(B)167.37º19%39.22%-
XYZ10.0611.7112.8-
YUV93.86129.21118.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=29.24%
G=36.10%
B=34.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100960.1900.040.61167.3710.535.49
Hex51646013043Da7a23
Octal1211441402304752471243
Binary101000111001001100000100110100111101101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516460; }

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

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

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

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

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

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

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

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