#594E9B

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

Shades of Governor Bay #594E9B

Tints of Governor Bay #594E9B

Color information

#594E9B (or 0x594E9B) is unknown color: approx Governor Bay. HEX triplet: 59, 4E and 9B. RGB value is (89,78,155). Sum of RGB (Red+Green+Blue) = 89+78+155=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #594E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E9B is #A6B164. Grayscale: #595959. Windows color (decimal): -10924389 or 10178137. OLE color: 10178137.

HSL color Cylindrical-coordinate representation of color #594E9B: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594E9B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8978155-
CMYK0.430.5000.39
HSL248.57º33.05%45.69%-
HSV(B)248.57º49.68%60.78%-
XYZ12.769.9432.26-
YUV90.07164.64127.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=27.64%
G=24.22%
B=48.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89781550.430.5000.39248.5733.0545.69
Hex594E9B2B32027f9212e
Octal13111623353620473714156
Binary1011001100111010011011101011110010010011111111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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