#55578C

Color #55578C Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #55578C

Tints of Governor Bay #55578C

Color information

#55578C (or 0x55578C) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 8C. RGB value is (85,87,140). Sum of RGB (Red+Green+Blue) = 85+87+140=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #55578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55578C is #AAA873. Grayscale: #5C5C5C. Windows color (decimal): -11184244 or 9197397. OLE color: 9197397.

HSL color Cylindrical-coordinate representation of color #55578C: hue angle of 237.82º 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 #55578C is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8587140-
CMYK0.390.3800.45
HSL237.82º24.44%44.12%-
HSV(B)237.82º39.29%54.9%-
XYZ11.8910.6426.24-
YUV92.44154.84122.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=27.24%
G=27.88%
B=44.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85871400.390.3800.45237.8224.4444.12
Hex55578C272602Dee182c
Octal12512721447460553563054
Binary101010110101111000110010011110011001011011110111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55578C; }

 p { color: rgb(85,87,140); }

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

<style>
 a { background-color: #55578C; }

 a { background-color: rgb(85,87,140); }

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

<style>
 span { border-color: #55578C; }

 span { border-color: rgb(85,87,140); }

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