#516984

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

Shades of Wedgewood #516984

Tints of Wedgewood #516984

Color information

#516984 (or 0x516984) is unknown color: approx Wedgewood. HEX triplet: 51, 69 and 84. RGB value is (81,105,132). Sum of RGB (Red+Green+Blue) = 81+105+132=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #516984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516984 is #AE967B. Grayscale: #646464. Windows color (decimal): -11441788 or 8677713. OLE color: 8677713.

HSL color Cylindrical-coordinate representation of color #516984: hue angle of 211.76º 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 #516984 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81105132-
CMYK0.390.2000.48
HSL211.76º23.94%41.76%-
HSV(B)211.76º38.64%51.76%-
XYZ12.6113.5223.77-
YUV100.9145.55113.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=25.47%
G=33.02%
B=41.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811051320.390.2000.48211.7623.9441.76
Hex5169842714030d4182a
Octal12115120447240603243052
Binary10100011101001100001001001111010001100001101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516984; }

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

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

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

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

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

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

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

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