#55588B

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

Shades of Governor Bay #55588B

Tints of Governor Bay #55588B

Color information

#55588B (or 0x55588B) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 8B. RGB value is (85,88,139). Sum of RGB (Red+Green+Blue) = 85+88+139=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #55588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55588B is #AAA774. Grayscale: #5C5C5C. Windows color (decimal): -11183989 or 9132117. OLE color: 9132117.

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

Color convert

RGB8588139-
CMYK0.390.3700.45
HSL236.67º24.11%43.92%-
HSV(B)236.67º38.85%54.51%-
XYZ11.910.7725.88-
YUV92.92154.01122.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=27.24%
G=28.21%
B=44.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85881390.390.3700.45236.6724.1143.92
Hex55588B272502Ded182c
Octal12513021347450553553054
Binary101010110110001000101110011110010101011011110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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