#55778B

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

Shades of Wedgewood #55778B

Tints of Wedgewood #55778B

Color information

#55778B (or 0x55778B) is unknown color: approx Wedgewood. HEX triplet: 55, 77 and 8B. RGB value is (85,119,139). Sum of RGB (Red+Green+Blue) = 85+119+139=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #55778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778B is #AA8874. Grayscale: #6F6F6F. Windows color (decimal): -11176053 or 9140053. OLE color: 9140053.

HSL color Cylindrical-coordinate representation of color #55778B: hue angle of 202.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55778B is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85119139-
CMYK0.390.1400.45
HSL202.22º24.11%43.92%-
HSV(B)202.22º38.85%54.51%-
XYZ1516.9926.91-
YUV111.11143.74109.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=24.78%
G=34.69%
B=40.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851191390.390.1400.45202.2224.1143.92
Hex55778B27E02Dca182c
Octal12516721347160553123054
Binary1010101111011110001011100111111001011011100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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