#59588E

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

Shades of Governor Bay #59588E

Tints of Governor Bay #59588E

Color information

#59588E (or 0x59588E) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 8E. RGB value is (89,88,142). Sum of RGB (Red+Green+Blue) = 89+88+142=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #59588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59588E is #A6A771. Grayscale: #5E5E5E. Windows color (decimal): -10921842 or 9328729. OLE color: 9328729.

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

Color convert

RGB8988142-
CMYK0.370.3800.44
HSL241.11º23.48%45.1%-
HSV(B)241.11º38.03%55.69%-
XYZ12.4911.0627.07-
YUV94.46154.83124.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=27.90%
G=27.59%
B=44.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89881420.370.3800.44241.1123.4845.1
Hex59588E252602Cf1172d
Octal13113021645460543612755
Binary101100110110001000111010010110011001011001111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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