#556981

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

Shades of Wedgewood #556981

Tints of Wedgewood #556981

Color information

#556981 (or 0x556981) is unknown color: approx Wedgewood. HEX triplet: 55, 69 and 81. RGB value is (85,105,129). Sum of RGB (Red+Green+Blue) = 85+105+129=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #556981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556981 is #AA967E. Grayscale: #656565. Windows color (decimal): -11179647 or 8481109. OLE color: 8481109.

HSL color Cylindrical-coordinate representation of color #556981: hue angle of 212.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556981 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85105129-
CMYK0.340.1900.49
HSL212.73º20.56%41.96%-
HSV(B)212.73º34.11%50.59%-
XYZ12.7613.6222.73-
YUV101.76143.37116.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=26.65%
G=32.92%
B=40.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851051290.340.1900.49212.7320.5641.96
Hex5569812213031d5152a
Octal12515120142230613252552
Binary10101011101001100000011000101001101100011101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556981; }

 p { color: rgb(85,105,129); }

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

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

 a { background-color: rgb(85,105,129); }

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

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

 span { border-color: rgb(85,105,129); }

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