#516A85

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

Shades of Wedgewood #516A85

Tints of Wedgewood #516A85

Color information

#516A85 (or 0x516A85) is unknown color: approx Wedgewood. HEX triplet: 51, 6A and 85. RGB value is (81,106,133). Sum of RGB (Red+Green+Blue) = 81+106+133=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #516A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516A85 is #AE957A. Grayscale: #656565. Windows color (decimal): -11441531 or 8743505. OLE color: 8743505.

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

Color convert

RGB81106133-
CMYK0.390.2000.48
HSL211.15º24.3%41.96%-
HSV(B)211.15º39.1%52.16%-
XYZ12.7813.7524.17-
YUV101.6145.72113.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=25.31%
G=33.12%
B=41.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811061330.390.2000.48211.1524.341.96
Hex516A852714030d3182a
Octal12115220547240603233052
Binary10100011101010100001011001111010001100001101001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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