#516B80

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

Shades of Wedgewood #516B80

Tints of Wedgewood #516B80

Color information

#516B80 (or 0x516B80) is unknown color: approx Wedgewood. HEX triplet: 51, 6B and 80. RGB value is (81,107,128). Sum of RGB (Red+Green+Blue) = 81+107+128=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #516B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B80 is #AE947F. Grayscale: #656565. Windows color (decimal): -11441280 or 8416081. OLE color: 8416081.

HSL color Cylindrical-coordinate representation of color #516B80: hue angle of 206.81º 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 #516B80 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81107128-
CMYK0.370.1600.50
HSL206.81º22.49%40.98%-
HSV(B)206.81º36.72%50.2%-
XYZ12.5513.8222.43-
YUV101.62142.89113.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=25.63%
G=33.86%
B=40.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811071280.370.1600.50206.8122.4940.98
Hex516B802510032cf1629
Octal12115320045200623172651
Binary10100011101011100000001001011000001100101100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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