#59659D

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

Shades of Governor Bay #59659D

Tints of Governor Bay #59659D

Color information

#59659D (or 0x59659D) is unknown color: approx Governor Bay. HEX triplet: 59, 65 and 9D. RGB value is (89,101,157). Sum of RGB (Red+Green+Blue) = 89+101+157=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #59659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59659D is #A69A62. Grayscale: #676767. Windows color (decimal): -10918499 or 10315097. OLE color: 10315097.

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

Color convert

RGB89101157-
CMYK0.430.3600.38
HSL229.41º27.64%48.24%-
HSV(B)229.41º43.31%61.57%-
XYZ14.8613.8733.79-
YUV103.8158.02117.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=25.65%
G=29.11%
B=45.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891011570.430.3600.38229.4127.6448.24
Hex59659D2B24026e51c30
Octal13114523553440463453460
Binary101100111001011001110110101110010001001101110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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