#594E98

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

Shades of Governor Bay #594E98

Tints of Governor Bay #594E98

Color information

#594E98 (or 0x594E98) is unknown color: approx Governor Bay. HEX triplet: 59, 4E and 98. RGB value is (89,78,152). Sum of RGB (Red+Green+Blue) = 89+78+152=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #594E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E98 is #A6B167. Grayscale: #595959. Windows color (decimal): -10924392 or 9981529. OLE color: 9981529.

HSL color Cylindrical-coordinate representation of color #594E98: hue angle of 248.92º 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 #594E98 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8978152-
CMYK0.410.4900.40
HSL248.92º32.17%45.1%-
HSV(B)248.92º48.68%59.61%-
XYZ12.519.8430.95-
YUV89.72163.14127.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=27.90%
G=24.45%
B=47.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89781520.410.4900.40248.9232.1745.1
Hex594E982931028f9202d
Octal13111623051610503714055
Binary1011001100111010011000101001110001010100011111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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