#59569C

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

Shades of Governor Bay #59569C

Tints of Governor Bay #59569C

Color information

#59569C (or 0x59569C) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 9C. RGB value is (89,86,156). Sum of RGB (Red+Green+Blue) = 89+86+156=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #59569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59569C is #A6A963. Grayscale: #5E5E5E. Windows color (decimal): -10922340 or 10245721. OLE color: 10245721.

HSL color Cylindrical-coordinate representation of color #59569C: hue angle of 242.57º 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 #59569C is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8986156-
CMYK0.430.4500.39
HSL242.57º28.93%47.45%-
HSV(B)242.57º44.87%61.18%-
XYZ13.4511.1832.9-
YUV94.88162.49123.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=26.89%
G=25.98%
B=47.13%

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
Decimal89861560.430.4500.39242.5728.9347.45
Hex59569C2B2D027f31d2f
Octal13112623453550473633557
Binary101100110101101001110010101110110101001111111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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