#596399

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

Shades of Governor Bay #596399

Tints of Governor Bay #596399

Color information

#596399 (or 0x596399) is unknown color: approx Governor Bay. HEX triplet: 59, 63 and 99. RGB value is (89,99,153). Sum of RGB (Red+Green+Blue) = 89+99+153=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #596399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596399 is #A69C66. Grayscale: #656565. Windows color (decimal): -10919015 or 10052441. OLE color: 10052441.

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

Color convert

RGB8999153-
CMYK0.420.3500.4
HSL230.62º26.45%47.45%-
HSV(B)230.62º41.83%60%-
XYZ14.3313.3531.96-
YUV102.17156.69118.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=26.10%
G=29.03%
B=44.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89991530.420.3500.4230.6226.4547.45
Hex5963992A23028e71a2f
Octal13114323152430503473257
Binary101100111000111001100110101010001101010001110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596399; }

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

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

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

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

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

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

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

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