#596299

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

Shades of Governor Bay #596299

Tints of Governor Bay #596299

Color information

#596299 (or 0x596299) is unknown color: approx Governor Bay. HEX triplet: 59, 62 and 99. RGB value is (89,98,153). Sum of RGB (Red+Green+Blue) = 89+98+153=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #596299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596299 is #A69D66. Grayscale: #656565. Windows color (decimal): -10919271 or 10052185. OLE color: 10052185.

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

Color convert

RGB8998153-
CMYK0.420.3600.4
HSL231.56º26.45%47.45%-
HSV(B)231.56º41.83%60%-
XYZ14.2413.1631.93-
YUV101.58157.02119.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.18%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 153 (60.16% from 255) = 45%
R=26.18%
G=28.82%
B=45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89981530.420.3600.4231.5626.4547.45
Hex5962992A24028e81a2f
Octal13114223152440503503257
Binary101100111000101001100110101010010001010001110100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596299; }

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

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

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

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

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

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

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

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