#59559A

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

Shades of Governor Bay #59559A

Tints of Governor Bay #59559A

Color information

#59559A (or 0x59559A) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 9A. RGB value is (89,85,154). Sum of RGB (Red+Green+Blue) = 89+85+154=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #59559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59559A is #A6AA65. Grayscale: #5D5D5D. Windows color (decimal): -10922598 or 10114393. OLE color: 10114393.

HSL color Cylindrical-coordinate representation of color #59559A: hue angle of 243.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59559A is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8985154-
CMYK0.420.4500.40
HSL243.48º28.87%46.86%-
HSV(B)243.48º44.81%60.39%-
XYZ13.210.9531.99-
YUV94.06161.83124.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=27.13%
G=25.91%
B=46.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89851540.420.4500.40243.4828.8746.86
Hex59559A2A2D028f31d2f
Octal13112523252550503633557
Binary101100110101011001101010101010110101010001111001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59559A; }

 p { color: rgb(89,85,154); }

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

<style>
 a { background-color: #59559A; }

 a { background-color: rgb(89,85,154); }

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

<style>
 span { border-color: #59559A; }

 span { border-color: rgb(89,85,154); }

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