#59599D

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

Shades of Governor Bay #59599D

Tints of Governor Bay #59599D

Color information

#59599D (or 0x59599D) is unknown color: approx Governor Bay. HEX triplet: 59, 59 and 9D. RGB value is (89,89,157). Sum of RGB (Red+Green+Blue) = 89+89+157=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #59599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59599D is #A6A662. Grayscale: #606060. Windows color (decimal): -10921571 or 10312025. OLE color: 10312025.

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

Color convert

RGB8989157-
CMYK0.430.4300.38
HSL240º27.64%48.24%-
HSV(B)240º43.31%61.57%-
XYZ13.7811.733.43-
YUV96.75162122.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=26.57%
G=26.57%
B=46.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89891570.430.4300.3824027.6448.24
Hex59599D2B2B026f01c30
Octal13113123553530463603460
Binary101100110110011001110110101110101101001101111000011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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