#59509B

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

Shades of Governor Bay #59509B

Tints of Governor Bay #59509B

Color information

#59509B (or 0x59509B) is unknown color: approx Governor Bay. HEX triplet: 59, 50 and 9B. RGB value is (89,80,155). Sum of RGB (Red+Green+Blue) = 89+80+155=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #59509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59509B is #A6AF64. Grayscale: #5A5A5A. Windows color (decimal): -10923877 or 10178649. OLE color: 10178649.

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

Color convert

RGB8980155-
CMYK0.430.4800.39
HSL247.2º31.91%46.08%-
HSV(B)247.2º48.39%60.78%-
XYZ12.910.2332.3-
YUV91.24163.98126.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=27.47%
G=24.69%
B=47.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89801550.430.4800.39247.231.9146.08
Hex59509B2B30027f7202e
Octal13112023353600473674056
Binary1011001101000010011011101011110000010011111110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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