#59639D

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

Shades of Governor Bay #59639D

Tints of Governor Bay #59639D

Color information

#59639D (or 0x59639D) is unknown color: approx Governor Bay. HEX triplet: 59, 63 and 9D. RGB value is (89,99,157). Sum of RGB (Red+Green+Blue) = 89+99+157=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #59639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59639D is #A69C62. Grayscale: #666666. Windows color (decimal): -10919011 or 10314585. OLE color: 10314585.

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

Color convert

RGB8999157-
CMYK0.430.3700.38
HSL231.18º27.64%48.24%-
HSV(B)231.18º43.31%61.57%-
XYZ14.6713.4833.73-
YUV102.62158.69118.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.80%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=25.80%
G=28.70%
B=45.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89991570.430.3700.38231.1827.6448.24
Hex59639D2B25026e71c30
Octal13114323553450463473460
Binary101100111000111001110110101110010101001101110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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