#594A8E

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

Shades of Gigas #594A8E

Tints of Gigas #594A8E

Color information

#594A8E (or 0x594A8E) is unknown color: approx Gigas. HEX triplet: 59, 4A and 8E. RGB value is (89,74,142). Sum of RGB (Red+Green+Blue) = 89+74+142=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #594A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594A8E is #A6B571. Grayscale: #555555. Windows color (decimal): -10925426 or 9325145. OLE color: 9325145.

HSL color Cylindrical-coordinate representation of color #594A8E: hue angle of 253.24º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594A8E is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8974142-
CMYK0.370.4800.44
HSL253.24º31.48%42.35%-
HSV(B)253.24º47.89%55.69%-
XYZ11.458.9726.72-
YUV86.24159.47129.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=29.18%
G=24.26%
B=46.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89741420.370.4800.44253.2431.4842.35
Hex594A8E253002Cfd1f2a
Octal13111221645600543753752
Binary101100110010101000111010010111000001011001111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,142); }

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

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

 a { background-color: rgb(89,74,142); }

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

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

 span { border-color: rgb(89,74,142); }

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