#59578E

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

Shades of Governor Bay #59578E

Tints of Governor Bay #59578E

Color information

#59578E (or 0x59578E) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 8E. RGB value is (89,87,142). Sum of RGB (Red+Green+Blue) = 89+87+142=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #59578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59578E is #A6A871. Grayscale: #5D5D5D. Windows color (decimal): -10922098 or 9328473. OLE color: 9328473.

HSL color Cylindrical-coordinate representation of color #59578E: hue angle of 242.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59578E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8987142-
CMYK0.370.3900.44
HSL242.18º24.02%44.9%-
HSV(B)242.18º38.73%55.69%-
XYZ12.4110.8927.04-
YUV93.87155.16124.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=27.99%
G=27.36%
B=44.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89871420.370.3900.44242.1824.0244.9
Hex59578E252702Cf2182d
Octal13112721645470543623055
Binary101100110101111000111010010110011101011001111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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