#556E88

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

Shades of Wedgewood #556E88

Tints of Wedgewood #556E88

Color information

#556E88 (or 0x556E88) is unknown color: approx Wedgewood. HEX triplet: 55, 6E and 88. RGB value is (85,110,136). Sum of RGB (Red+Green+Blue) = 85+110+136=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #556E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E88 is #AA9177. Grayscale: #696969. Windows color (decimal): -11178360 or 8941141. OLE color: 8941141.

HSL color Cylindrical-coordinate representation of color #556E88: hue angle of 210.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556E88 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB85110136-
CMYK0.380.1900.47
HSL210.59º23.08%43.33%-
HSV(B)210.59º37.5%53.33%-
XYZ13.7714.8625.44-
YUV105.49145.22113.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=25.68%
G=33.23%
B=41.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851101360.380.1900.47210.5923.0843.33
Hex556E88261302Fd3172b
Octal12515621046230573232753
Binary10101011101110100010001001101001101011111101001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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