#595597

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

Shades of Governor Bay #595597

Tints of Governor Bay #595597

Color information

#595597 (or 0x595597) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 97. RGB value is (89,85,151). Sum of RGB (Red+Green+Blue) = 89+85+151=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #595597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595597 is #A6AA68. Grayscale: #5D5D5D. Windows color (decimal): -10922601 or 9917785. OLE color: 9917785.

HSL color Cylindrical-coordinate representation of color #595597: hue angle of 243.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595597 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8985151-
CMYK0.410.4400.41
HSL243.64º27.97%46.27%-
HSV(B)243.64º43.71%59.22%-
XYZ12.9510.8630.69-
YUV93.72160.33124.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=27.38%
G=26.15%
B=46.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89851510.410.4400.41243.6427.9746.27
Hex595597292C029f41c2e
Octal13112522751540513643456
Binary101100110101011001011110100110110001010011111010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595597; }

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

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

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

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

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

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

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

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