#516D8C

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

Shades of Wedgewood #516D8C

Tints of Wedgewood #516D8C

Color information

#516D8C (or 0x516D8C) is unknown color: approx Wedgewood. HEX triplet: 51, 6D and 8C. RGB value is (81,109,140). Sum of RGB (Red+Green+Blue) = 81+109+140=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #516D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516D8C is #AE9273. Grayscale: #686868. Windows color (decimal): -11440756 or 9203025. OLE color: 9203025.

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

Color convert

RGB81109140-
CMYK0.420.2200.45
HSL211.53º26.7%43.33%-
HSV(B)211.53º42.14%54.9%-
XYZ13.614.5826.91-
YUV104.16148.22111.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=24.55%
G=33.03%
B=42.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811091400.420.2200.45211.5326.743.33
Hex516D8C2A1602Dd41b2b
Octal12115521452260553243353
Binary10100011101101100011001010101011001011011101010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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