#516E80

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

Shades of Wedgewood #516E80

Tints of Wedgewood #516E80

Color information

#516E80 (or 0x516E80) is unknown color: approx Wedgewood. HEX triplet: 51, 6E and 80. RGB value is (81,110,128). Sum of RGB (Red+Green+Blue) = 81+110+128=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #516E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E80 is #AE917F. Grayscale: #676767. Windows color (decimal): -11440512 or 8416849. OLE color: 8416849.

HSL color Cylindrical-coordinate representation of color #516E80: hue angle of 202.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516E80 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81110128-
CMYK0.370.1400.50
HSL202.98º22.49%40.98%-
HSV(B)202.98º36.72%50.2%-
XYZ12.8714.4622.53-
YUV103.38141.89112.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=25.39%
G=34.48%
B=40.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811101280.370.1400.50202.9822.4940.98
Hex516E8025E032cb1629
Octal12115620045160623132651
Binary1010001110111010000000100101111001100101100101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E80; }

 p { color: rgb(81,110,128); }

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

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

 a { background-color: rgb(81,110,128); }

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

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

 span { border-color: rgb(81,110,128); }

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