#594488

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

Shades of Gigas #594488

Tints of Gigas #594488

Color information

#594488 (or 0x594488) is unknown color: approx Gigas. HEX triplet: 59, 44 and 88. RGB value is (89,68,136). Sum of RGB (Red+Green+Blue) = 89+68+136=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #594488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594488 is #A6BB77. Grayscale: #515151. Windows color (decimal): -10926968 or 8930393. OLE color: 8930393.

HSL color Cylindrical-coordinate representation of color #594488: hue angle of 258.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594488 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8968136-
CMYK0.350.5000.47
HSL258.53º33.33%40%-
HSV(B)258.53º50%53.33%-
XYZ10.638.0424.28-
YUV82.03158.46132.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=30.38%
G=23.21%
B=46.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89681360.350.5000.47258.5333.3340
Hex594488233202F1032128
Octal13110421043620574034150
Binary10110011000100100010001000111100100101111100000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594488; }

 p { color: rgb(89,68,136); }

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

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

 a { background-color: rgb(89,68,136); }

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

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

 span { border-color: rgb(89,68,136); }

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