#516685

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

Shades of Wedgewood #516685

Tints of Wedgewood #516685

Color information

#516685 (or 0x516685) is unknown color: approx Wedgewood. HEX triplet: 51, 66 and 85. RGB value is (81,102,133). Sum of RGB (Red+Green+Blue) = 81+102+133=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #516685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516685 is #AE997A. Grayscale: #636363. Windows color (decimal): -11442555 or 8742481. OLE color: 8742481.

HSL color Cylindrical-coordinate representation of color #516685: hue angle of 215.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516685 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81102133-
CMYK0.390.2300.48
HSL215.77º24.3%41.96%-
HSV(B)215.77º39.1%52.16%-
XYZ12.3812.9524.04-
YUV99.26147.04114.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=25.63%
G=32.28%
B=42.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811021330.390.2300.48215.7724.341.96
Hex5166852717030d8182a
Octal12114620547270603303052
Binary10100011100110100001011001111011101100001101100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516685; }

 p { color: rgb(81,102,133); }

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

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

 a { background-color: rgb(81,102,133); }

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

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

 span { border-color: rgb(81,102,133); }

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