#59659E

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

Shades of Governor Bay #59659E

Tints of Governor Bay #59659E

Color information

#59659E (or 0x59659E) is unknown color: approx Governor Bay. HEX triplet: 59, 65 and 9E. RGB value is (89,101,158). Sum of RGB (Red+Green+Blue) = 89+101+158=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #59659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59659E is #A69A61. Grayscale: #676767. Windows color (decimal): -10918498 or 10380633. OLE color: 10380633.

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

Color convert

RGB89101158-
CMYK0.440.3600.38
HSL229.57º27.94%48.43%-
HSV(B)229.57º43.67%61.96%-
XYZ14.9513.934.24-
YUV103.91158.52117.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=25.57%
G=29.02%
B=45.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891011580.440.3600.38229.5727.9448.43
Hex59659E2C24026e61c30
Octal13114523654440463463460
Binary101100111001011001111010110010010001001101110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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