#594E99

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

Shades of Governor Bay #594E99

Tints of Governor Bay #594E99

Color information

#594E99 (or 0x594E99) is unknown color: approx Governor Bay. HEX triplet: 59, 4E and 99. RGB value is (89,78,153). Sum of RGB (Red+Green+Blue) = 89+78+153=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #594E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E99 is #A6B166. Grayscale: #595959. Windows color (decimal): -10924391 or 10047065. OLE color: 10047065.

HSL color Cylindrical-coordinate representation of color #594E99: hue angle of 248.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594E99 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8978153-
CMYK0.420.4900.4
HSL248.8º32.47%45.29%-
HSV(B)248.8º49.02%60%-
XYZ12.599.8731.38-
YUV89.84163.64127.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=27.81%
G=24.38%
B=47.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89781530.420.4900.4248.832.4745.29
Hex594E992A31028f9202d
Octal13111623152610503714055
Binary1011001100111010011001101010110001010100011111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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