#556E80

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

Shades of Wedgewood #556E80

Tints of Wedgewood #556E80

Color information

#556E80 (or 0x556E80) is unknown color: approx Wedgewood. HEX triplet: 55, 6E and 80. RGB value is (85,110,128). Sum of RGB (Red+Green+Blue) = 85+110+128=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #556E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E80 is #AA917F. Grayscale: #686868. Windows color (decimal): -11178368 or 8416853. OLE color: 8416853.

HSL color Cylindrical-coordinate representation of color #556E80: hue angle of 205.12º 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 #556E80 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB85110128-
CMYK0.340.1400.50
HSL205.12º20.19%41.76%-
HSV(B)205.12º33.59%50.2%-
XYZ13.2214.6422.55-
YUV104.58141.22114.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=26.32%
G=34.06%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851101280.340.1400.50205.1220.1941.76
Hex556E8022E032cd142a
Octal12515620042160623152452
Binary1010101110111010000000100010111001100101100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E80; }

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

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

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

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

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

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

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

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