#59519B

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

Shades of Governor Bay #59519B

Tints of Governor Bay #59519B

Color information

#59519B (or 0x59519B) is unknown color: approx Governor Bay. HEX triplet: 59, 51 and 9B. RGB value is (89,81,155). Sum of RGB (Red+Green+Blue) = 89+81+155=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #59519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59519B is #A6AE64. Grayscale: #5B5B5B. Windows color (decimal): -10923621 or 10178905. OLE color: 10178905.

HSL color Cylindrical-coordinate representation of color #59519B: hue angle of 246.49º degrees, saturation: 0.31, 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 #59519B is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8981155-
CMYK0.430.4800.39
HSL246.49º31.36%46.27%-
HSV(B)246.49º47.74%60.78%-
XYZ12.9810.3832.33-
YUV91.83163.65125.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=27.38%
G=24.92%
B=47.69%

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
Decimal89811550.430.4800.39246.4931.3646.27
Hex59519B2B30027f61f2e
Octal13112123353600473663756
Binary101100110100011001101110101111000001001111111011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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