#59539a

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

Shades of Governor Bay #59539A

Tints of Governor Bay #59539A

Color information

#59539A (or 0x59539A) is unknown color: approx Governor Bay. HEX triplet: 59, 53 and 9A. RGB value is (89,83,154). Sum of RGB (Red+Green+Blue) = 89+83+154=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #59539A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59539A is #A6AC65. Grayscale: #5C5C5C. Windows color (decimal): -10923110 or 10113881. OLE color: 10113881.

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

Color convert

RGB8983154-
CMYK0.420.4600.40
HSL245.07º29.96%46.47%-
HSV(B)245.07º46.1%60.39%-
XYZ13.0510.6431.94-
YUV92.89162.49125.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=27.30%
G=25.46%
B=47.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89831540.420.4600.40245.0729.9646.47
Hex59539A2A2E028f51e2e
Octal13112323252560503653656
Binary101100110100111001101010101010111001010001111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59539a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59539a; }

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

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

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

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

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

<style>
 span { border-color: #59539a; }

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

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