#516584

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

Shades of Wedgewood #516584

Tints of Wedgewood #516584

Color information

#516584 (or 0x516584) is unknown color: approx Wedgewood. HEX triplet: 51, 65 and 84. RGB value is (81,101,132). Sum of RGB (Red+Green+Blue) = 81+101+132=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #516584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516584 is #AE9A7B. Grayscale: #626262. Windows color (decimal): -11442812 or 8676689. OLE color: 8676689.

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

Color convert

RGB81101132-
CMYK0.390.2300.48
HSL216.47º23.94%41.76%-
HSV(B)216.47º38.64%51.76%-
XYZ12.2112.7223.64-
YUV98.55146.87115.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=25.80%
G=32.17%
B=42.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811011320.390.2300.48216.4723.9441.76
Hex5165842717030d8182a
Octal12114520447270603303052
Binary10100011100101100001001001111011101100001101100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516584; }

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

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

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

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

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

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

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

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