#516886

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

Shades of Wedgewood #516886

Tints of Wedgewood #516886

Color information

#516886 (or 0x516886) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 86. RGB value is (81,104,134). Sum of RGB (Red+Green+Blue) = 81+104+134=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #516886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516886 is #AE9779. Grayscale: #646464. Windows color (decimal): -11442042 or 8808529. OLE color: 8808529.

HSL color Cylindrical-coordinate representation of color #516886: hue angle of 213.96º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516886 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81104134-
CMYK0.400.2200.47
HSL213.96º24.65%42.16%-
HSV(B)213.96º39.55%52.55%-
XYZ12.6513.3724.47-
YUV100.54146.88114.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=25.39%
G=32.60%
B=42.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811041340.400.2200.47213.9624.6542.16
Hex516886281602Fd6192a
Octal12115020650260573263152
Binary10100011101000100001101010001011001011111101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516886; }

 p { color: rgb(81,104,134); }

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

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

 a { background-color: rgb(81,104,134); }

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

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

 span { border-color: rgb(81,104,134); }

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