#59649D

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

Shades of Governor Bay #59649D

Tints of Governor Bay #59649D

Color information

#59649D (or 0x59649D) is unknown color: approx Governor Bay. HEX triplet: 59, 64 and 9D. RGB value is (89,100,157). Sum of RGB (Red+Green+Blue) = 89+100+157=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #59649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59649D is #A69B62. Grayscale: #666666. Windows color (decimal): -10918755 or 10314841. OLE color: 10314841.

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

Color convert

RGB89100157-
CMYK0.430.3600.38
HSL230.29º27.64%48.24%-
HSV(B)230.29º43.31%61.57%-
XYZ14.7613.6733.76-
YUV103.21158.36117.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=25.72%
G=28.90%
B=45.38%

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
Decimal891001570.430.3600.38230.2927.6448.24
Hex59649D2B24026e61c30
Octal13114423553440463463460
Binary101100111001001001110110101110010001001101110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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