#59569B

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

Shades of Governor Bay #59569B

Tints of Governor Bay #59569B

Color information

#59569B (or 0x59569B) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 9B. RGB value is (89,86,155). Sum of RGB (Red+Green+Blue) = 89+86+155=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #59569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59569B is #A6A964. Grayscale: #5E5E5E. Windows color (decimal): -10922341 or 10180185. OLE color: 10180185.

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

Color convert

RGB8986155-
CMYK0.430.4500.39
HSL242.61º28.63%47.25%-
HSV(B)242.61º44.52%60.78%-
XYZ13.3611.1532.46-
YUV94.76161.99123.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=26.97%
G=26.06%
B=46.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89861550.430.4500.39242.6128.6347.25
Hex59569B2B2D027f31d2f
Octal13112623353550473633557
Binary101100110101101001101110101110110101001111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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