#59549B

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

Shades of Governor Bay #59549B

Tints of Governor Bay #59549B

Color information

#59549B (or 0x59549B) is unknown color: approx Governor Bay. HEX triplet: 59, 54 and 9B. RGB value is (89,84,155). Sum of RGB (Red+Green+Blue) = 89+84+155=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #59549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59549B is #A6AB64. Grayscale: #5D5D5D. Windows color (decimal): -10922853 or 10179673. OLE color: 10179673.

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

Color convert

RGB8984155-
CMYK0.430.4600.39
HSL244.23º29.71%46.86%-
HSV(B)244.23º45.81%60.78%-
XYZ13.2110.8332.4-
YUV93.59162.66124.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=27.13%
G=25.61%
B=47.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89841550.430.4600.39244.2329.7146.86
Hex59549B2B2E027f41e2f
Octal13112423353560473643657
Binary101100110101001001101110101110111001001111111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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