#516579

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

Shades of Wedgewood #516579

Tints of Wedgewood #516579

Color information

#516579 (or 0x516579) is unknown color: approx Wedgewood. HEX triplet: 51, 65 and 79. RGB value is (81,101,121). Sum of RGB (Red+Green+Blue) = 81+101+121=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #516579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516579 is #AE9A86. Grayscale: #616161. Windows color (decimal): -11442823 or 7955793. OLE color: 7955793.

HSL color Cylindrical-coordinate representation of color #516579: hue angle of 210º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516579 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81101121-
CMYK0.330.1700.53
HSL210º19.8%39.61%-
HSV(B)210º33.06%47.45%-
XYZ11.512.4419.88-
YUV97.3141.37116.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=26.73%
G=33.33%
B=39.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811011210.330.1700.5321019.839.61
Hex5165792111035d21428
Octal12114517141210653222450
Binary1010001110010111110011000011000101101011101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516579; }

 p { color: rgb(81,101,121); }

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

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

 a { background-color: rgb(81,101,121); }

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

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

 span { border-color: rgb(81,101,121); }

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