#594989

Color #594989 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #594989

Tints of Gigas #594989

Color information

#594989 (or 0x594989) is unknown color: approx Gigas. HEX triplet: 59, 49 and 89. RGB value is (89,73,137). Sum of RGB (Red+Green+Blue) = 89+73+137=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #594989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594989 is #A6B676. Grayscale: #545454. Windows color (decimal): -10925687 or 8997209. OLE color: 8997209.

HSL color Cylindrical-coordinate representation of color #594989: hue angle of 255º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594989 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8973137-
CMYK0.350.4700.46
HSL255º30.48%41.18%-
HSV(B)255º46.72%53.73%-
XYZ11.028.724.76-
YUV85.08157.3130.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=29.77%
G=24.41%
B=45.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89731370.350.4700.4625530.4841.18
Hex594989232F02Eff1e29
Octal13111121143570563773651
Binary101100110010011000100110001110111101011101111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594989; }

 p { color: rgb(89,73,137); }

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

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

 a { background-color: rgb(89,73,137); }

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

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

 span { border-color: rgb(89,73,137); }

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