#516784

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

Shades of Wedgewood #516784

Tints of Wedgewood #516784

Color information

#516784 (or 0x516784) is unknown color: approx Wedgewood. HEX triplet: 51, 67 and 84. RGB value is (81,103,132). Sum of RGB (Red+Green+Blue) = 81+103+132=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #516784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516784 is #AE987B. Grayscale: #636363. Windows color (decimal): -11442300 or 8677201. OLE color: 8677201.

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

Color convert

RGB81103132-
CMYK0.390.2200.48
HSL214.12º23.94%41.76%-
HSV(B)214.12º38.64%51.76%-
XYZ12.4113.1223.71-
YUV99.73146.21114.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=25.63%
G=32.59%
B=41.77%

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
Decimal811031320.390.2200.48214.1223.9441.76
Hex5167842716030d6182a
Octal12114720447260603263052
Binary10100011100111100001001001111011001100001101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516784; }

 p { color: rgb(81,103,132); }

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

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

 a { background-color: rgb(81,103,132); }

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

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

 span { border-color: rgb(81,103,132); }

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