#516F8E

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

Shades of Wedgewood #516F8E

Tints of Wedgewood #516F8E

Color information

#516F8E (or 0x516F8E) is unknown color: approx Wedgewood. HEX triplet: 51, 6F and 8E. RGB value is (81,111,142). Sum of RGB (Red+Green+Blue) = 81+111+142=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #516F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8E is #AE9071. Grayscale: #696969. Windows color (decimal): -11440242 or 9334609. OLE color: 9334609.

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

Color convert

RGB81111142-
CMYK0.430.2200.44
HSL210.49º27.35%43.73%-
HSV(B)210.49º42.96%55.69%-
XYZ13.9615.0727.76-
YUV105.56148.56110.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=24.25%
G=33.23%
B=42.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811111420.430.2200.44210.4927.3543.73
Hex516F8E2B1602Cd21b2c
Octal12115721653260543223354
Binary10100011101111100011101010111011001011001101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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