#556E85

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

Shades of Wedgewood #556E85

Tints of Wedgewood #556E85

Color information

#556E85 (or 0x556E85) is unknown color: approx Wedgewood. HEX triplet: 55, 6E and 85. RGB value is (85,110,133). Sum of RGB (Red+Green+Blue) = 85+110+133=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #556E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E85 is #AA917A. Grayscale: #696969. Windows color (decimal): -11178363 or 8744533. OLE color: 8744533.

HSL color Cylindrical-coordinate representation of color #556E85: hue angle of 208.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556E85 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85110133-
CMYK0.360.1700.48
HSL208.75º22.02%42.75%-
HSV(B)208.75º36.09%52.16%-
XYZ13.5614.7824.33-
YUV105.15143.72113.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=25.91%
G=33.54%
B=40.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851101330.360.1700.48208.7522.0242.75
Hex556E852411030d1162b
Octal12515620544210603212653
Binary10101011101110100001011001001000101100001101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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