#55579A

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

Shades of Governor Bay #55579A

Tints of Governor Bay #55579A

Color information

#55579A (or 0x55579A) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 9A. RGB value is (85,87,154). Sum of RGB (Red+Green+Blue) = 85+87+154=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #55579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55579A is #AAA865. Grayscale: #5D5D5D. Windows color (decimal): -11184230 or 10114901. OLE color: 10114901.

HSL color Cylindrical-coordinate representation of color #55579A: hue angle of 238.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55579A is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8587154-
CMYK0.450.4400.40
HSL238.26º28.87%46.86%-
HSV(B)238.26º44.81%60.39%-
XYZ12.9911.0832.03-
YUV94.04161.84121.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=26.07%
G=26.69%
B=47.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85871540.450.4400.40238.2628.8746.86
Hex55579A2D2C028ee1d2f
Octal12512723255540503563557
Binary101010110101111001101010110110110001010001110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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