#594E9F

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

Shades of Governor Bay #594E9F

Tints of Governor Bay #594E9F

Color information

#594E9F (or 0x594E9F) is unknown color: approx Governor Bay. HEX triplet: 59, 4E and 9F. RGB value is (89,78,159). Sum of RGB (Red+Green+Blue) = 89+78+159=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #594E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E9F is #A6B160. Grayscale: #5A5A5A. Windows color (decimal): -10924385 or 10440281. OLE color: 10440281.

HSL color Cylindrical-coordinate representation of color #594E9F: hue angle of 248.15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594E9F is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8978159-
CMYK0.440.5100.38
HSL248.15º34.18%46.47%-
HSV(B)248.15º50.94%62.35%-
XYZ13.110.0834.06-
YUV90.52166.64126.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=27.30%
G=23.93%
B=48.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89781590.440.5100.38248.1534.1846.47
Hex594E9F2C33026f8222e
Octal13111623754630463704256
Binary1011001100111010011111101100110011010011011111000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594E9F; }

 p { color: rgb(89,78,159); }

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

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

 a { background-color: rgb(89,78,159); }

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

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

 span { border-color: rgb(89,78,159); }

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