#516B88

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

Shades of Wedgewood #516B88

Tints of Wedgewood #516B88

Color information

#516B88 (or 0x516B88) is unknown color: approx Wedgewood. HEX triplet: 51, 6B and 88. RGB value is (81,107,136). Sum of RGB (Red+Green+Blue) = 81+107+136=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #516B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516B88 is #AE9477. Grayscale: #666666. Windows color (decimal): -11441272 or 8940369. OLE color: 8940369.

HSL color Cylindrical-coordinate representation of color #516B88: hue angle of 211.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516B88 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81107136-
CMYK0.400.2100.47
HSL211.64º25.35%42.55%-
HSV(B)211.64º40.44%53.33%-
XYZ13.0914.0425.31-
YUV102.53146.89112.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=25%
G=33.02%
B=41.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811071360.400.2100.47211.6425.3542.55
Hex516B88281502Fd4192b
Octal12115321050250573243153
Binary10100011101011100010001010001010101011111101010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,136); }

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

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

 a { background-color: rgb(81,107,136); }

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

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

 span { border-color: rgb(81,107,136); }

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