#516E8D

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

Shades of Wedgewood #516E8D

Tints of Wedgewood #516E8D

Color information

#516E8D (or 0x516E8D) is unknown color: approx Wedgewood. HEX triplet: 51, 6E and 8D. RGB value is (81,110,141). Sum of RGB (Red+Green+Blue) = 81+110+141=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #516E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516E8D is #AE9172. Grayscale: #686868. Windows color (decimal): -11440499 or 9268817. OLE color: 9268817.

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

Color convert

RGB81110141-
CMYK0.430.2200.45
HSL211º27.03%43.53%-
HSV(B)211º42.55%55.29%-
XYZ13.7814.8227.33-
YUV104.86148.39110.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=24.40%
G=33.13%
B=42.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811101410.430.2200.4521127.0343.53
Hex516E8D2B1602Dd31b2c
Octal12115621553260553233354
Binary10100011101110100011011010111011001011011101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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