#59578C

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

Shades of Governor Bay #59578C

Tints of Governor Bay #59578C

Color information

#59578C (or 0x59578C) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 8C. RGB value is (89,87,140). Sum of RGB (Red+Green+Blue) = 89+87+140=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #59578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59578C is #A6A873. Grayscale: #5D5D5D. Windows color (decimal): -10922100 or 9197401. OLE color: 9197401.

HSL color Cylindrical-coordinate representation of color #59578C: hue angle of 242.26º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59578C is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8987140-
CMYK0.360.3800.45
HSL242.26º23.35%44.51%-
HSV(B)242.26º37.86%54.9%-
XYZ12.2610.8326.26-
YUV93.64154.16124.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=28.16%
G=27.53%
B=44.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89871400.360.3800.45242.2623.3544.51
Hex59578C242602Df2172d
Octal13112721444460553622755
Binary101100110101111000110010010010011001011011111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,87,140); }

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

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

 a { background-color: rgb(89,87,140); }

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

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

 span { border-color: rgb(89,87,140); }

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