#59649E

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

Shades of Governor Bay #59649E

Tints of Governor Bay #59649E

Color information

#59649E (or 0x59649E) is unknown color: approx Governor Bay. HEX triplet: 59, 64 and 9E. RGB value is (89,100,158). Sum of RGB (Red+Green+Blue) = 89+100+158=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #59649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59649E is #A69B61. Grayscale: #676767. Windows color (decimal): -10918754 or 10380377. OLE color: 10380377.

HSL color Cylindrical-coordinate representation of color #59649E: hue angle of 230.43º 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 #59649E is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89100158-
CMYK0.440.3700.38
HSL230.43º27.94%48.43%-
HSV(B)230.43º43.67%61.96%-
XYZ14.8513.7134.21-
YUV103.32158.86117.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=25.65%
G=28.82%
B=45.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891001580.440.3700.38230.4327.9448.43
Hex59649E2C25026e61c30
Octal13114423654450463463460
Binary101100111001001001111010110010010101001101110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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