#59579B

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

Shades of Governor Bay #59579B

Tints of Governor Bay #59579B

Color information

#59579B (or 0x59579B) is unknown color: approx Governor Bay. HEX triplet: 59, 57 and 9B. RGB value is (89,87,155). Sum of RGB (Red+Green+Blue) = 89+87+155=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #59579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59579B is #A6A864. Grayscale: #5F5F5F. Windows color (decimal): -10922085 or 10180441. OLE color: 10180441.

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

Color convert

RGB8987155-
CMYK0.430.4400.39
HSL241.76º28.1%47.45%-
HSV(B)241.76º43.87%60.78%-
XYZ13.4411.3132.48-
YUV95.35161.66123.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=26.89%
G=26.28%
B=46.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89871550.430.4400.39241.7628.147.45
Hex59579B2B2C027f21c2f
Octal13112723353540473623457
Binary101100110101111001101110101110110001001111111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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