#516781

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

Shades of Wedgewood #516781

Tints of Wedgewood #516781

Color information

#516781 (or 0x516781) is unknown color: approx Wedgewood. HEX triplet: 51, 67 and 81. RGB value is (81,103,129). Sum of RGB (Red+Green+Blue) = 81+103+129=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #516781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516781 is #AE987E. Grayscale: #636363. Windows color (decimal): -11442303 or 8480593. OLE color: 8480593.

HSL color Cylindrical-coordinate representation of color #516781: hue angle of 212.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #516781 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81103129-
CMYK0.370.2000.49
HSL212.5º22.86%41.18%-
HSV(B)212.5º37.21%50.59%-
XYZ12.2113.0322.64-
YUV99.39144.71114.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=25.88%
G=32.91%
B=41.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811031290.370.2000.49212.522.8641.18
Hex5167812514031d41729
Octal12114720145240613242751
Binary10100011100111100000011001011010001100011101010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516781; }

 p { color: rgb(81,103,129); }

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

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

 a { background-color: rgb(81,103,129); }

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

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

 span { border-color: rgb(81,103,129); }

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