#59509A

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

Shades of Governor Bay #59509A

Tints of Governor Bay #59509A

Color information

#59509A (or 0x59509A) is unknown color: approx Governor Bay. HEX triplet: 59, 50 and 9A. RGB value is (89,80,154). Sum of RGB (Red+Green+Blue) = 89+80+154=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #59509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59509A is #A6AF65. Grayscale: #5A5A5A. Windows color (decimal): -10923878 or 10113113. OLE color: 10113113.

HSL color Cylindrical-coordinate representation of color #59509A: hue angle of 247.3º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59509A is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8980154-
CMYK0.420.4800.40
HSL247.3º31.62%45.88%-
HSV(B)247.3º48.05%60.39%-
XYZ12.8210.1931.86-
YUV91.13163.48126.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=27.55%
G=24.77%
B=47.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89801540.420.4800.40247.331.6245.88
Hex59509A2A30028f7202e
Octal13112023252600503674056
Binary1011001101000010011010101010110000010100011110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59509A; }

 p { color: rgb(89,80,154); }

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

<style>
 a { background-color: #59509A; }

 a { background-color: rgb(89,80,154); }

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

<style>
 span { border-color: #59509A; }

 span { border-color: rgb(89,80,154); }

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