#516381

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

Shades of Wedgewood #516381

Tints of Wedgewood #516381

Color information

#516381 (or 0x516381) is unknown color: approx Wedgewood. HEX triplet: 51, 63 and 81. RGB value is (81,99,129). Sum of RGB (Red+Green+Blue) = 81+99+129=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #516381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516381 is #AE9C7E. Grayscale: #606060. Windows color (decimal): -11443327 or 8479569. OLE color: 8479569.

HSL color Cylindrical-coordinate representation of color #516381: hue angle of 217.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 #516381 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8199129-
CMYK0.370.2300.49
HSL217.5º22.86%41.18%-
HSV(B)217.5º37.21%50.59%-
XYZ11.8212.2622.51-
YUV97.04146.04116.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=26.21%
G=32.04%
B=41.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81991290.370.2300.49217.522.8641.18
Hex5163812517031da1729
Octal12114320145270613322751
Binary10100011100011100000011001011011101100011101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516381; }

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

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

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

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

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

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

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

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