#55589C

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

Shades of Governor Bay #55589C

Tints of Governor Bay #55589C

Color information

#55589C (or 0x55589C) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 9C. RGB value is (85,88,156). Sum of RGB (Red+Green+Blue) = 85+88+156=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #55589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55589C is #AAA763. Grayscale: #5E5E5E. Windows color (decimal): -11183972 or 10246229. OLE color: 10246229.

HSL color Cylindrical-coordinate representation of color #55589C: hue angle of 237.46º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55589C is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8588156-
CMYK0.460.4400.39
HSL237.46º29.46%47.25%-
HSV(B)237.46º45.51%61.18%-
XYZ13.2411.3132.94-
YUV94.85162.51120.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=25.84%
G=26.75%
B=47.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85881560.460.4400.39237.4629.4647.25
Hex55589C2E2C027ed1d2f
Octal12513023456540473553557
Binary101010110110001001110010111010110001001111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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