#516678

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

Shades of Wedgewood #516678

Tints of Wedgewood #516678

Color information

#516678 (or 0x516678) is unknown color: approx Wedgewood. HEX triplet: 51, 66 and 78. RGB value is (81,102,120). Sum of RGB (Red+Green+Blue) = 81+102+120=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #516678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516678 is #AE9987. Grayscale: #616161. Windows color (decimal): -11442568 or 7890513. OLE color: 7890513.

HSL color Cylindrical-coordinate representation of color #516678: hue angle of 207.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516678 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81102120-
CMYK0.320.1500.53
HSL207.69º19.4%39.41%-
HSV(B)207.69º32.5%47.06%-
XYZ11.5312.6119.59-
YUV97.77140.54116.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=26.73%
G=33.66%
B=39.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811021200.320.1500.53207.6919.439.41
Hex51667820F035d01327
Octal12114617040170653202347
Binary101000111001101111000100000111101101011101000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516678; }

 p { color: rgb(81,102,120); }

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

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

 a { background-color: rgb(81,102,120); }

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

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

 span { border-color: rgb(81,102,120); }

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