#59609D

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

Shades of Governor Bay #59609D

Tints of Governor Bay #59609D

Color information

#59609D (or 0x59609D) is unknown color: approx Governor Bay. HEX triplet: 59, 60 and 9D. RGB value is (89,96,157). Sum of RGB (Red+Green+Blue) = 89+96+157=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #59609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59609D is #A69F62. Grayscale: #646464. Windows color (decimal): -10919779 or 10313817. OLE color: 10313817.

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

Color convert

RGB8996157-
CMYK0.430.3900.38
HSL233.82º27.64%48.24%-
HSV(B)233.82º43.31%61.57%-
XYZ14.3912.9233.63-
YUV100.86159.68119.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.02%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=26.02%
G=28.07%
B=45.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89961570.430.3900.38233.8227.6448.24
Hex59609D2B27026ea1c30
Octal13114023553470463523460
Binary101100111000001001110110101110011101001101110101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59609D; }

 p { color: rgb(89,96,157); }

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

<style>
 a { background-color: #59609D; }

 a { background-color: rgb(89,96,157); }

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

<style>
 span { border-color: #59609D; }

 span { border-color: rgb(89,96,157); }

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