#55529C

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

Shades of Governor Bay #55529C

Tints of Governor Bay #55529C

Color information

#55529C (or 0x55529C) is unknown color: approx Governor Bay. HEX triplet: 55, 52 and 9C. RGB value is (85,82,156). Sum of RGB (Red+Green+Blue) = 85+82+156=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #55529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55529C is #AAAD63. Grayscale: #5B5B5B. Windows color (decimal): -11185508 or 10244693. OLE color: 10244693.

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

Color convert

RGB8582156-
CMYK0.460.4700.39
HSL242.43º31.09%46.67%-
HSV(B)242.43º47.44%61.18%-
XYZ12.7610.3732.78-
YUV91.33164.49123.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=26.32%
G=25.39%
B=48.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85821560.460.4700.39242.4331.0946.67
Hex55529C2E2F027f21f2f
Octal12512223456570473623757
Binary101010110100101001110010111010111101001111111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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