#59639B

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

Shades of Governor Bay #59639B

Tints of Governor Bay #59639B

Color information

#59639B (or 0x59639B) is unknown color: approx Governor Bay. HEX triplet: 59, 63 and 9B. RGB value is (89,99,155). Sum of RGB (Red+Green+Blue) = 89+99+155=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #59639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59639B is #A69C64. Grayscale: #666666. Windows color (decimal): -10919013 or 10183513. OLE color: 10183513.

HSL color Cylindrical-coordinate representation of color #59639B: hue angle of 230.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59639B is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8999155-
CMYK0.430.3600.39
HSL230.91º27.05%47.84%-
HSV(B)230.91º42.58%60.78%-
XYZ14.513.4132.84-
YUV102.39157.69118.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=25.95%
G=28.86%
B=45.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89991550.430.3600.39230.9127.0547.84
Hex59639B2B24027e71b30
Octal13114323353440473473360
Binary101100111000111001101110101110010001001111110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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