#59558E

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

Shades of Governor Bay #59558E

Tints of Governor Bay #59558E

Color information

#59558E (or 0x59558E) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 8E. RGB value is (89,85,142). Sum of RGB (Red+Green+Blue) = 89+85+142=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #59558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558E is #A6AA71. Grayscale: #5C5C5C. Windows color (decimal): -10922610 or 9327961. OLE color: 9327961.

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

Color convert

RGB8985142-
CMYK0.370.4000.44
HSL244.21º25.11%44.51%-
HSV(B)244.21º40.14%55.69%-
XYZ12.2510.5726.99-
YUV92.69155.83125.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=28.16%
G=26.90%
B=44.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89851420.370.4000.44244.2125.1144.51
Hex59558E252802Cf4192d
Octal13112521645500543643155
Binary101100110101011000111010010110100001011001111010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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