#55778F

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

Shades of Wedgewood #55778F

Tints of Wedgewood #55778F

Color information

#55778F (or 0x55778F) is unknown color: approx Wedgewood. HEX triplet: 55, 77 and 8F. RGB value is (85,119,143). Sum of RGB (Red+Green+Blue) = 85+119+143=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #55778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778F is #AA8870. Grayscale: #6F6F6F. Windows color (decimal): -11176049 or 9402197. OLE color: 9402197.

HSL color Cylindrical-coordinate representation of color #55778F: hue angle of 204.83º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55778F is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85119143-
CMYK0.410.1700.44
HSL204.83º25.44%44.71%-
HSV(B)204.83º40.56%56.08%-
XYZ15.317.1128.48-
YUV111.57145.74109.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=24.50%
G=34.29%
B=41.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851191430.410.1700.44204.8325.4444.71
Hex55778F291102Ccd192d
Octal12516721751210543153155
Binary10101011110111100011111010011000101011001100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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