#516883

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

Shades of Wedgewood #516883

Tints of Wedgewood #516883

Color information

#516883 (or 0x516883) is unknown color: approx Wedgewood. HEX triplet: 51, 68 and 83. RGB value is (81,104,131). Sum of RGB (Red+Green+Blue) = 81+104+131=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #516883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516883 is #AE977C. Grayscale: #646464. Windows color (decimal): -11442045 or 8611921. OLE color: 8611921.

HSL color Cylindrical-coordinate representation of color #516883: hue angle of 212.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #516883 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81104131-
CMYK0.380.2100.49
HSL212.4º23.58%41.57%-
HSV(B)212.4º38.17%51.37%-
XYZ12.4413.2923.38-
YUV100.2145.38114.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=25.63%
G=32.91%
B=41.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811041310.380.2100.49212.423.5841.57
Hex5168832615031d4182a
Octal12115020346250613243052
Binary10100011101000100000111001101010101100011101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516883; }

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

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

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

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

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

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

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

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