#595D94

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

Shades of Governor Bay #595D94

Tints of Governor Bay #595D94

Color information

#595D94 (or 0x595D94) is unknown color: approx Governor Bay. HEX triplet: 59, 5D and 94. RGB value is (89,93,148). Sum of RGB (Red+Green+Blue) = 89+93+148=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #595D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D94 is #A6A26B. Grayscale: #616161. Windows color (decimal): -10920556 or 9723225. OLE color: 9723225.

HSL color Cylindrical-coordinate representation of color #595D94: hue angle of 235.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595D94 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8993148-
CMYK0.400.3700.42
HSL235.93º24.89%46.47%-
HSV(B)235.93º39.86%58.04%-
XYZ13.3812.0929.65-
YUV98.07156.17121.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=26.97%
G=28.18%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89931480.400.3700.42235.9324.8946.47
Hex595D94282502Aec192e
Octal13113522450450523543156
Binary101100110111011001010010100010010101010101110110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,148); }

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

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

 a { background-color: rgb(89,93,148); }

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

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

 span { border-color: rgb(89,93,148); }

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