#556980

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

Shades of Wedgewood #556980

Tints of Wedgewood #556980

Color information

#556980 (or 0x556980) is unknown color: approx Wedgewood. HEX triplet: 55, 69 and 80. RGB value is (85,105,128). Sum of RGB (Red+Green+Blue) = 85+105+128=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #556980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556980 is #AA967F. Grayscale: #656565. Windows color (decimal): -11179648 or 8415573. OLE color: 8415573.

HSL color Cylindrical-coordinate representation of color #556980: hue angle of 212.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556980 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85105128-
CMYK0.340.1800.50
HSL212.09º20.19%41.76%-
HSV(B)212.09º33.59%50.2%-
XYZ12.6913.5922.38-
YUV101.64142.87116.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=26.73%
G=33.02%
B=40.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851051280.340.1800.50212.0920.1941.76
Hex5569802212032d4142a
Octal12515120042220623242452
Binary10101011101001100000001000101001001100101101010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556980; }

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

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

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

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

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

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

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

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