#55579B

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

Shades of Governor Bay #55579B

Tints of Governor Bay #55579B

Color information

#55579B (or 0x55579B) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 9B. RGB value is (85,87,155). Sum of RGB (Red+Green+Blue) = 85+87+155=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #55579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55579B is #AAA864. Grayscale: #5D5D5D. Windows color (decimal): -11184229 or 10180437. OLE color: 10180437.

HSL color Cylindrical-coordinate representation of color #55579B: hue angle of 238.29º 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 #55579B is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8587155-
CMYK0.450.4400.39
HSL238.29º29.17%47.06%-
HSV(B)238.29º45.16%60.78%-
XYZ13.0711.1132.47-
YUV94.15162.34121.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=25.99%
G=26.61%
B=47.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85871550.450.4400.39238.2929.1747.06
Hex55579B2D2C027ee1d2f
Octal12512723355540473563557
Binary101010110101111001101110110110110001001111110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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