#55578A

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

Shades of Governor Bay #55578A

Tints of Governor Bay #55578A

Color information

#55578A (or 0x55578A) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 8A. RGB value is (85,87,138). Sum of RGB (Red+Green+Blue) = 85+87+138=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #55578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55578A is #AAA875. Grayscale: #5C5C5C. Windows color (decimal): -11184246 or 9066325. OLE color: 9066325.

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

Color convert

RGB8587138-
CMYK0.380.3700.46
HSL237.74º23.77%43.73%-
HSV(B)237.74º38.41%54.12%-
XYZ11.7410.5825.47-
YUV92.22153.84122.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=27.42%
G=28.06%
B=44.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85871380.380.3700.46237.7423.7743.73
Hex55578A262502Eee182c
Octal12512721246450563563054
Binary101010110101111000101010011010010101011101110111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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