#55529B

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

Shades of Governor Bay #55529B

Tints of Governor Bay #55529B

Color information

#55529B (or 0x55529B) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 9B. RGB value is (85,82,155). Sum of RGB (Red+Green+Blue) = 85+82+155=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #55529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55529B is #AAAD64. Grayscale: #5A5A5A. Windows color (decimal): -11185509 or 10179157. OLE color: 10179157.

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

Color convert

RGB8582155-
CMYK0.450.4700.39
HSL242.47º30.8%46.47%-
HSV(B)242.47º47.1%60.78%-
XYZ12.6810.3332.34-
YUV91.22163.99123.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 82 (32.42% from 255) = 25.47%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=26.40%
G=25.47%
B=48.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85821550.450.4700.39242.4730.846.47
Hex55529B2D2F027f21f2e
Octal12512223355570473623756
Binary101010110100101001101110110110111101001111111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,82,155); }

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

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

 a { background-color: rgb(85,82,155); }

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

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

 span { border-color: rgb(85,82,155); }

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