#516885

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

Shades of Wedgewood #516885

Tints of Wedgewood #516885

Color information

#516885 (or 0x516885) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 85. RGB value is (81,104,133). Sum of RGB (Red+Green+Blue) = 81+104+133=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #516885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516885 is #AE977A. Grayscale: #646464. Windows color (decimal): -11442043 or 8742993. OLE color: 8742993.

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

Color convert

RGB81104133-
CMYK0.390.2200.48
HSL213.46º24.3%41.96%-
HSV(B)213.46º39.1%52.16%-
XYZ12.5813.3424.1-
YUV100.43146.38114.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=25.47%
G=32.70%
B=41.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811041330.390.2200.48213.4624.341.96
Hex5168852716030d5182a
Octal12115020547260603253052
Binary10100011101000100001011001111011001100001101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516885; }

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

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

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

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

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

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

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

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