#595599

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

Shades of Governor Bay #595599

Tints of Governor Bay #595599

Color information

#595599 (or 0x595599) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 99. RGB value is (89,85,153). Sum of RGB (Red+Green+Blue) = 89+85+153=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #595599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595599 is #A6AA66. Grayscale: #5D5D5D. Windows color (decimal): -10922599 or 10048857. OLE color: 10048857.

HSL color Cylindrical-coordinate representation of color #595599: hue angle of 243.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595599 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8985153-
CMYK0.420.4400.4
HSL243.53º28.57%46.67%-
HSV(B)243.53º44.44%60%-
XYZ13.1210.9231.55-
YUV93.95161.33124.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=27.22%
G=25.99%
B=46.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89851530.420.4400.4243.5328.5746.67
Hex5955992A2C028f41d2f
Octal13112523152540503643557
Binary101100110101011001100110101010110001010001111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595599; }

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

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

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

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

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

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

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

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