#516884

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

Shades of Wedgewood #516884

Tints of Wedgewood #516884

Color information

#516884 (or 0x516884) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 84. RGB value is (81,104,132). Sum of RGB (Red+Green+Blue) = 81+104+132=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #516884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516884 is #AE977B. Grayscale: #646464. Windows color (decimal): -11442044 or 8677457. OLE color: 8677457.

HSL color Cylindrical-coordinate representation of color #516884: hue angle of 212.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516884 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81104132-
CMYK0.390.2100.48
HSL212.94º23.94%41.76%-
HSV(B)212.94º38.64%51.76%-
XYZ12.5113.3223.74-
YUV100.32145.88114.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=25.55%
G=32.81%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811041320.390.2100.48212.9423.9441.76
Hex5168842715030d5182a
Octal12115020447250603253052
Binary10100011101000100001001001111010101100001101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516884; }

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

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

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

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

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

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

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

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