#595699

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

Shades of Governor Bay #595699

Tints of Governor Bay #595699

Color information

#595699 (or 0x595699) is unknown color: approx Governor Bay. HEX triplet: 59, 56 and 99. RGB value is (89,86,153). Sum of RGB (Red+Green+Blue) = 89+86+153=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #595699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595699 is #A6A966. Grayscale: #5E5E5E. Windows color (decimal): -10922343 or 10049113. OLE color: 10049113.

HSL color Cylindrical-coordinate representation of color #595699: hue angle of 242.69º degrees, saturation: 0.28, 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 #595699 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8986153-
CMYK0.420.4400.4
HSL242.69º28.03%46.86%-
HSV(B)242.69º43.79%60%-
XYZ13.211.0831.58-
YUV94.54160.99124.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=27.13%
G=26.22%
B=46.65%

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
Decimal89861530.420.4400.4242.6928.0346.86
Hex5956992A2C028f31c2f
Octal13112623152540503633457
Binary101100110101101001100110101010110001010001111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595699; }

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

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

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

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

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

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

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

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