#55548C

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

Shades of Governor Bay #55548C

Tints of Governor Bay #55548C

Color information

#55548C (or 0x55548C) is unknown color: approx Governor Bay. HEX triplet: 55, 54 and 8C. RGB value is (85,84,140). Sum of RGB (Red+Green+Blue) = 85+84+140=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #55548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55548C is #AAAB73. Grayscale: #5A5A5A. Windows color (decimal): -11185012 or 9196629. OLE color: 9196629.

HSL color Cylindrical-coordinate representation of color #55548C: hue angle of 241.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55548C is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8584140-
CMYK0.390.400.45
HSL241.07º25%43.92%-
HSV(B)241.07º40%54.9%-
XYZ11.6510.1726.16-
YUV90.68155.83123.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=27.51%
G=27.18%
B=45.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85841400.390.400.45241.072543.92
Hex55548C272802Df1192c
Octal12512421447500553613154
Binary101010110101001000110010011110100001011011111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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