#59589D

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

Shades of Governor Bay #59589D

Tints of Governor Bay #59589D

Color information

#59589D (or 0x59589D) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 9D. RGB value is (89,88,157). Sum of RGB (Red+Green+Blue) = 89+88+157=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #59589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59589D is #A6A762. Grayscale: #5F5F5F. Windows color (decimal): -10921827 or 10311769. OLE color: 10311769.

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

Color convert

RGB8988157-
CMYK0.430.4400.38
HSL240.87º28.16%48.04%-
HSV(B)240.87º43.95%61.57%-
XYZ13.711.5433.4-
YUV96.16162.33122.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=26.65%
G=26.35%
B=47.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89881570.430.4400.38240.8728.1648.04
Hex59589D2B2C026f11c30
Octal13113023553540463613460
Binary101100110110001001110110101110110001001101111000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59589D; }

 p { color: rgb(89,88,157); }

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

<style>
 a { background-color: #59589D; }

 a { background-color: rgb(89,88,157); }

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

<style>
 span { border-color: #59589D; }

 span { border-color: rgb(89,88,157); }

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