#55588A

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

Shades of Governor Bay #55588A

Tints of Governor Bay #55588A

Color information

#55588A (or 0x55588A) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 8A. RGB value is (85,88,138). Sum of RGB (Red+Green+Blue) = 85+88+138=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #55588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55588A is #AAA775. Grayscale: #5C5C5C. Windows color (decimal): -11183990 or 9066581. OLE color: 9066581.

HSL color Cylindrical-coordinate representation of color #55588A: hue angle of 236.6º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55588A is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8588138-
CMYK0.380.3600.46
HSL236.6º23.77%43.73%-
HSV(B)236.6º38.41%54.12%-
XYZ11.8210.7525.5-
YUV92.8153.51122.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=27.33%
G=28.30%
B=44.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85881380.380.3600.46236.623.7743.73
Hex55588A262402Eed182c
Octal12513021246440563553054
Binary101010110110001000101010011010010001011101110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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