#59559E

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

Shades of Governor Bay #59559E

Tints of Governor Bay #59559E

Color information

#59559E (or 0x59559E) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 9E. RGB value is (89,85,158). Sum of RGB (Red+Green+Blue) = 89+85+158=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #59559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59559E is #A6AA61. Grayscale: #5E5E5E. Windows color (decimal): -10922594 or 10376537. OLE color: 10376537.

HSL color Cylindrical-coordinate representation of color #59559E: hue angle of 243.29º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59559E is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8985158-
CMYK0.440.4600.38
HSL243.29º30.04%47.65%-
HSV(B)243.29º46.2%61.96%-
XYZ13.5411.0933.77-
YUV94.52163.83124.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=26.81%
G=25.60%
B=47.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89851580.440.4600.38243.2930.0447.65
Hex59559E2C2E026f31e30
Octal13112523654560463633660
Binary101100110101011001111010110010111001001101111001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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