#59608E

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

Shades of Governor Bay #59608E

Tints of Governor Bay #59608E

Color information

#59608E (or 0x59608E) is unknown color: approx Governor Bay. HEX triplet: 59, 60 and 8E. RGB value is (89,96,142). Sum of RGB (Red+Green+Blue) = 89+96+142=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #59608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59608E is #A69F71. Grayscale: #626262. Windows color (decimal): -10919794 or 9330777. OLE color: 9330777.

HSL color Cylindrical-coordinate representation of color #59608E: hue angle of 232.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59608E is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8996142-
CMYK0.370.3200.44
HSL232.08º22.94%45.29%-
HSV(B)232.08º37.32%55.69%-
XYZ13.1912.4427.3-
YUV99.15152.18120.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=27.22%
G=29.36%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89961420.370.3200.44232.0822.9445.29
Hex59608E252002Ce8172d
Octal13114021645400543502755
Binary101100111000001000111010010110000001011001110100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,96,142); }

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

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

 a { background-color: rgb(89,96,142); }

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

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

 span { border-color: rgb(89,96,142); }

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