#516F8C

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

Shades of Wedgewood #516F8C

Tints of Wedgewood #516F8C

Color information

#516F8C (or 0x516F8C) is unknown color: approx Wedgewood. HEX triplet: 51, 6F and 8C. RGB value is (81,111,140). Sum of RGB (Red+Green+Blue) = 81+111+140=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #516F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8C is #AE9073. Grayscale: #696969. Windows color (decimal): -11440244 or 9203537. OLE color: 9203537.

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

Color convert

RGB81111140-
CMYK0.420.2100.45
HSL209.49º26.7%43.33%-
HSV(B)209.49º42.14%54.9%-
XYZ13.8115.0126.98-
YUV105.34147.56110.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=24.40%
G=33.43%
B=42.17%

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
Decimal811111400.420.2100.45209.4926.743.33
Hex516F8C2A1502Dd11b2b
Octal12115721452250553213353
Binary10100011101111100011001010101010101011011101000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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