#516E8C

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

Shades of Wedgewood #516E8C

Tints of Wedgewood #516E8C

Color information

#516E8C (or 0x516E8C) is unknown color: approx Wedgewood. HEX triplet: 51, 6E and 8C. RGB value is (81,110,140). Sum of RGB (Red+Green+Blue) = 81+110+140=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #516E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E8C is #AE9173. Grayscale: #686868. Windows color (decimal): -11440500 or 9203281. OLE color: 9203281.

HSL color Cylindrical-coordinate representation of color #516E8C: hue angle of 210.51º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #516E8C is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81110140-
CMYK0.420.2100.45
HSL210.51º26.7%43.33%-
HSV(B)210.51º42.14%54.9%-
XYZ13.714.7926.94-
YUV104.75147.89111.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=24.47%
G=33.23%
B=42.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811101400.420.2100.45210.5126.743.33
Hex516E8C2A1502Dd31b2b
Octal12115621452250553233353
Binary10100011101110100011001010101010101011011101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,140); }

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

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

 a { background-color: rgb(81,110,140); }

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

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

 span { border-color: rgb(81,110,140); }

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