#594F98

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

Shades of Governor Bay #594F98

Tints of Governor Bay #594F98

Color information

#594F98 (or 0x594F98) is unknown color: approx Governor Bay. HEX triplet: 59, 4F and 98. RGB value is (89,79,152). Sum of RGB (Red+Green+Blue) = 89+79+152=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #594F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F98 is #A6B067. Grayscale: #5A5A5A. Windows color (decimal): -10924136 or 9981785. OLE color: 9981785.

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

Color convert

RGB8979152-
CMYK0.410.4800.40
HSL248.22º31.6%45.29%-
HSV(B)248.22º48.03%59.61%-
XYZ12.589.9830.97-
YUV90.31162.81127.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=27.81%
G=24.69%
B=47.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89791520.410.4800.40248.2231.645.29
Hex594F982930028f8202d
Octal13111723051600503704055
Binary1011001100111110011000101001110000010100011111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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