#516F8A

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

Shades of Wedgewood #516F8A

Tints of Wedgewood #516F8A

Color information

#516F8A (or 0x516F8A) is unknown color: approx Wedgewood. HEX triplet: 51, 6F and 8A. RGB value is (81,111,138). Sum of RGB (Red+Green+Blue) = 81+111+138=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #516F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516F8A is #AE9075. Grayscale: #686868. Windows color (decimal): -11440246 or 9072465. OLE color: 9072465.

HSL color Cylindrical-coordinate representation of color #516F8A: hue angle of 208.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #516F8A is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81111138-
CMYK0.410.2000.46
HSL208.42º26.03%42.94%-
HSV(B)208.42º41.3%54.12%-
XYZ13.6714.9526.21-
YUV105.11146.56110.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=24.55%
G=33.64%
B=41.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811111380.410.2000.46208.4226.0342.94
Hex516F8A291402Ed01a2b
Octal12115721251240563203253
Binary10100011101111100010101010011010001011101101000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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