#55778D

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

Shades of Wedgewood #55778D

Tints of Wedgewood #55778D

Color information

#55778D (or 0x55778D) is unknown color: approx Wedgewood. HEX triplet: 55, 77 and 8D. RGB value is (85,119,141). Sum of RGB (Red+Green+Blue) = 85+119+141=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #55778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778D is #AA8872. Grayscale: #6F6F6F. Windows color (decimal): -11176051 or 9271125. OLE color: 9271125.

HSL color Cylindrical-coordinate representation of color #55778D: hue angle of 203.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55778D is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85119141-
CMYK0.400.1600.45
HSL203.57º24.78%44.31%-
HSV(B)203.57º39.72%55.29%-
XYZ15.1517.0527.69-
YUV111.34144.74109.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=24.64%
G=34.49%
B=40.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851191410.400.1600.45203.5724.7844.31
Hex55778D281002Dcc192c
Octal12516721550200553143154
Binary10101011110111100011011010001000001011011100110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55778D; }

 p { color: rgb(85,119,141); }

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

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

 a { background-color: rgb(85,119,141); }

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

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

 span { border-color: rgb(85,119,141); }

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