#59629E

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

Shades of Governor Bay #59629E

Tints of Governor Bay #59629E

Color information

#59629E (or 0x59629E) is unknown color: approx Governor Bay. HEX triplet: 59, 62 and 9E. RGB value is (89,98,158). Sum of RGB (Red+Green+Blue) = 89+98+158=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #59629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59629E is #A69D61. Grayscale: #656565. Windows color (decimal): -10919266 or 10379865. OLE color: 10379865.

HSL color Cylindrical-coordinate representation of color #59629E: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59629E is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8998158-
CMYK0.440.3800.38
HSL232.17º27.94%48.43%-
HSV(B)232.17º43.67%61.96%-
XYZ14.6613.3334.15-
YUV102.15159.52118.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=25.80%
G=28.41%
B=45.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89981580.440.3800.38232.1727.9448.43
Hex59629E2C26026e81c30
Octal13114223654460463503460
Binary101100111000101001111010110010011001001101110100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,98,158); }

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

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

 a { background-color: rgb(89,98,158); }

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

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

 span { border-color: rgb(89,98,158); }

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