#55559B

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

Shades of Governor Bay #55559B

Tints of Governor Bay #55559B

Color information

#55559B (or 0x55559B) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 9B. RGB value is (85,85,155). Sum of RGB (Red+Green+Blue) = 85+85+155=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #55559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55559B is #AAAA64. Grayscale: #5C5C5C. Windows color (decimal): -11184741 or 10179925. OLE color: 10179925.

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

Color convert

RGB8585155-
CMYK0.450.4500.39
HSL240º29.17%47.06%-
HSV(B)240º45.16%60.78%-
XYZ12.9110.7932.41-
YUV92.98163122.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=26.15%
G=26.15%
B=47.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85851550.450.4500.3924029.1747.06
Hex55559B2D2D027f01d2f
Octal12512523355550473603557
Binary101010110101011001101110110110110101001111111000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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