#59619E

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

Shades of Governor Bay #59619E

Tints of Governor Bay #59619E

Color information

#59619E (or 0x59619E) is unknown color: approx Governor Bay. HEX triplet: 59, 61 and 9E. RGB value is (89,97,158). Sum of RGB (Red+Green+Blue) = 89+97+158=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #59619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59619E is #A69E61. Grayscale: #656565. Windows color (decimal): -10919522 or 10379609. OLE color: 10379609.

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

Color convert

RGB8997158-
CMYK0.440.3900.38
HSL233.04º27.94%48.43%-
HSV(B)233.04º43.67%61.96%-
XYZ14.5713.1434.12-
YUV101.56159.85119.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=25.87%
G=28.20%
B=45.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89971580.440.3900.38233.0427.9448.43
Hex59619E2C27026e91c30
Octal13114123654470463513460
Binary101100111000011001111010110010011101001101110100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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