#59578A

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

Shades of Governor Bay #59578A

Tints of Governor Bay #59578A

Color information

#59578A (or 0x59578A) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 8A. RGB value is (89,87,138). Sum of RGB (Red+Green+Blue) = 89+87+138=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #59578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59578A is #A6A875. Grayscale: #5D5D5D. Windows color (decimal): -10922102 or 9066329. OLE color: 9066329.

HSL color Cylindrical-coordinate representation of color #59578A: hue angle of 242.35º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59578A is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8987138-
CMYK0.360.3700.46
HSL242.35º22.67%44.12%-
HSV(B)242.35º36.96%54.12%-
XYZ12.1210.7825.49-
YUV93.41153.16124.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=28.34%
G=27.71%
B=43.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89871380.360.3700.46242.3522.6744.12
Hex59578A242502Ef2172c
Octal13112721244450563622754
Binary101100110101111000101010010010010101011101111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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