#516C85

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

Shades of Wedgewood #516C85

Tints of Wedgewood #516C85

Color information

#516C85 (or 0x516C85) is unknown color: approx Wedgewood. HEX triplet: 51, 6C and 85. RGB value is (81,108,133). Sum of RGB (Red+Green+Blue) = 81+108+133=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #516C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C85 is #AE937A. Grayscale: #666666. Windows color (decimal): -11441019 or 8744017. OLE color: 8744017.

HSL color Cylindrical-coordinate representation of color #516C85: hue angle of 208.85º 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 #516C85 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81108133-
CMYK0.390.1900.48
HSL208.85º24.3%41.96%-
HSV(B)208.85º39.1%52.16%-
XYZ12.9914.1724.24-
YUV102.78145.05112.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=25.16%
G=33.54%
B=41.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811081330.390.1900.48208.8524.341.96
Hex516C852713030d1182a
Octal12115420547230603213052
Binary10100011101100100001011001111001101100001101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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