#595E96

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

Shades of Governor Bay #595E96

Tints of Governor Bay #595E96

Color information

#595E96 (or 0x595E96) is unknown color: approx Governor Bay. HEX triplet: 59, 5E and 96. RGB value is (89,94,150). Sum of RGB (Red+Green+Blue) = 89+94+150=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #595E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E96 is #A6A169. Grayscale: #626262. Windows color (decimal): -10920298 or 9854553. OLE color: 9854553.

HSL color Cylindrical-coordinate representation of color #595E96: hue angle of 235.08º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #595E96 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8994150-
CMYK0.410.3700.41
HSL235.08º25.52%46.86%-
HSV(B)235.08º40.67%58.82%-
XYZ13.6312.3330.52-
YUV98.89156.84120.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=26.73%
G=28.23%
B=45.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89941500.410.3700.41235.0825.5246.86
Hex595E962925029eb1a2f
Octal13113622651450513533257
Binary101100110111101001011010100110010101010011110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595E96; }

 p { color: rgb(89,94,150); }

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

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

 a { background-color: rgb(89,94,150); }

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

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

 span { border-color: rgb(89,94,150); }

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