#594990

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

Shades of Gigas #594990

Tints of Gigas #594990

Color information

#594990 (or 0x594990) is unknown color: approx Gigas. HEX triplet: 59, 49 and 90. RGB value is (89,73,144). Sum of RGB (Red+Green+Blue) = 89+73+144=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #594990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594990 is #A6B66F. Grayscale: #555555. Windows color (decimal): -10925680 or 9455961. OLE color: 9455961.

HSL color Cylindrical-coordinate representation of color #594990: hue angle of 253.52º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594990 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8973144-
CMYK0.380.4900.44
HSL253.52º32.72%42.55%-
HSV(B)253.52º49.31%56.47%-
XYZ11.548.927.5-
YUV85.88160.8130.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=29.08%
G=23.86%
B=47.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89731440.380.4900.44253.5232.7242.55
Hex594990263102Cfe212b
Octal13111122046610543764153
Binary1011001100100110010000100110110001010110011111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594990; }

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

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

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

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

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

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

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

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