#516F8D

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

Shades of Wedgewood #516F8D

Tints of Wedgewood #516F8D

Color information

#516F8D (or 0x516F8D) is unknown color: approx Wedgewood. HEX triplet: 51, 6F and 8D. RGB value is (81,111,141). Sum of RGB (Red+Green+Blue) = 81+111+141=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #516F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8D is #AE9072. Grayscale: #696969. Windows color (decimal): -11440243 or 9269073. OLE color: 9269073.

HSL color Cylindrical-coordinate representation of color #516F8D: hue angle of 210º 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 #516F8D is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81111141-
CMYK0.430.2100.45
HSL210º27.03%43.53%-
HSV(B)210º42.55%55.29%-
XYZ13.8915.0427.37-
YUV105.45148.06110.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=24.32%
G=33.33%
B=42.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811111410.430.2100.4521027.0343.53
Hex516F8D2B1502Dd21b2c
Octal12115721553250553223354
Binary10100011101111100011011010111010101011011101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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