#595E94

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

Shades of Governor Bay #595E94

Tints of Governor Bay #595E94

Color information

#595E94 (or 0x595E94) is unknown color: approx Governor Bay. HEX triplet: 59, 5E and 94. RGB value is (89,94,148). Sum of RGB (Red+Green+Blue) = 89+94+148=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #595E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E94 is #A6A16B. Grayscale: #626262. Windows color (decimal): -10920300 or 9723481. OLE color: 9723481.

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

Color convert

RGB8994148-
CMYK0.400.3600.42
HSL234.92º24.89%46.47%-
HSV(B)234.92º39.86%58.04%-
XYZ13.4712.2729.67-
YUV98.66155.84121.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=26.89%
G=28.40%
B=44.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89941480.400.3600.42234.9224.8946.47
Hex595E94282402Aeb192e
Octal13113622450440523533156
Binary101100110111101001010010100010010001010101110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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