#594f99

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

Shades of Governor Bay #594F99

Tints of Governor Bay #594F99

Color information

#594F99 (or 0x594F99) is unknown color: approx Governor Bay. HEX triplet: 59, 4F and 99. RGB value is (89,79,153). Sum of RGB (Red+Green+Blue) = 89+79+153=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #594F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F99 is #A6B066. Grayscale: #5A5A5A. Windows color (decimal): -10924135 or 10047321. OLE color: 10047321.

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

Color convert

RGB8979153-
CMYK0.420.4800.4
HSL248.11º31.9%45.49%-
HSV(B)248.11º48.37%60%-
XYZ12.6710.0231.4-
YUV90.43163.31126.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=27.73%
G=24.61%
B=47.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89791530.420.4800.4248.1131.945.49
Hex594F992A30028f8202d
Octal13111723152600503704055
Binary1011001100111110011001101010110000010100011111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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