#516479

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

Shades of Wedgewood #516479

Tints of Wedgewood #516479

Color information

#516479 (or 0x516479) is unknown color: approx Wedgewood. HEX triplet: 51, 64 and 79. RGB value is (81,100,121). Sum of RGB (Red+Green+Blue) = 81+100+121=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #516479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516479 is #AE9B86. Grayscale: #606060. Windows color (decimal): -11443079 or 7955537. OLE color: 7955537.

HSL color Cylindrical-coordinate representation of color #516479: hue angle of 211.5º 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 #516479 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81100121-
CMYK0.330.1700.53
HSL211.5º19.8%39.61%-
HSV(B)211.5º33.06%47.45%-
XYZ11.412.2419.85-
YUV96.71141.71116.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=26.82%
G=33.11%
B=40.07%

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
Decimal811001210.330.1700.53211.519.839.61
Hex5164792111035d41428
Octal12114417141210653242450
Binary1010001110010011110011000011000101101011101010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516479; }

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

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

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

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

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

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

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

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