#516A89

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

Shades of Wedgewood #516A89

Tints of Wedgewood #516A89

Color information

#516A89 (or 0x516A89) is unknown color: approx Wedgewood. HEX triplet: 51, 6A and 89. RGB value is (81,106,137). Sum of RGB (Red+Green+Blue) = 81+106+137=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #516A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A89 is #AE9576. Grayscale: #656565. Windows color (decimal): -11441527 or 9005649. OLE color: 9005649.

HSL color Cylindrical-coordinate representation of color #516A89: hue angle of 213.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516A89 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81106137-
CMYK0.410.2300.46
HSL213.21º25.69%42.75%-
HSV(B)213.21º40.88%53.73%-
XYZ13.0613.8625.65-
YUV102.06147.72112.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=25%
G=32.72%
B=42.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811061370.410.2300.46213.2125.6942.75
Hex516A89291702Ed51a2b
Octal12115221151270563253253
Binary10100011101010100010011010011011101011101101010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A89; }

 p { color: rgb(81,106,137); }

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

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

 a { background-color: rgb(81,106,137); }

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

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

 span { border-color: rgb(81,106,137); }

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