#596099

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

Shades of Governor Bay #596099

Tints of Governor Bay #596099

Color information

#596099 (or 0x596099) is unknown color: approx Governor Bay. HEX triplet: 59, 60 and 99. RGB value is (89,96,153). Sum of RGB (Red+Green+Blue) = 89+96+153=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #596099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596099 is #A69F66. Grayscale: #646464. Windows color (decimal): -10919783 or 10051673. OLE color: 10051673.

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

Color convert

RGB8996153-
CMYK0.420.3700.4
HSL233.44º26.45%47.45%-
HSV(B)233.44º41.83%60%-
XYZ14.0512.7931.86-
YUV100.4157.68119.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=26.33%
G=28.40%
B=45.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89961530.420.3700.4233.4426.4547.45
Hex5960992A25028e91a2f
Octal13114023152450503513257
Binary101100111000001001100110101010010101010001110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596099; }

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

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

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

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

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

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

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

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