#59549C

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

Shades of Governor Bay #59549C

Tints of Governor Bay #59549C

Color information

#59549C (or 0x59549C) is unknown color: approx Governor Bay. HEX triplet: 59, 54 and 9C. RGB value is (89,84,156). Sum of RGB (Red+Green+Blue) = 89+84+156=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #59549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59549C is #A6AB63. Grayscale: #5D5D5D. Windows color (decimal): -10922852 or 10245209. OLE color: 10245209.

HSL color Cylindrical-coordinate representation of color #59549C: hue angle of 244.17º 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 #59549C is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8984156-
CMYK0.430.4600.39
HSL244.17º30%47.06%-
HSV(B)244.17º46.15%61.18%-
XYZ13.2910.8632.85-
YUV93.7163.16124.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=27.05%
G=25.53%
B=47.42%

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
Decimal89841560.430.4600.39244.173047.06
Hex59549C2B2E027f41e2f
Octal13112423453560473643657
Binary101100110101001001110010101110111001001111111010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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