#594895

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

Shades of Gigas #594895

Tints of Gigas #594895

Color information

#594895 (or 0x594895) is unknown color: approx Gigas. HEX triplet: 59, 48 and 95. RGB value is (89,72,149). Sum of RGB (Red+Green+Blue) = 89+72+149=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #594895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594895 is #A6B76A. Grayscale: #555555. Windows color (decimal): -10925931 or 9783385. OLE color: 9783385.

HSL color Cylindrical-coordinate representation of color #594895: hue angle of 253.25º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594895 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8972149-
CMYK0.400.5200.42
HSL253.25º34.84%43.33%-
HSV(B)253.25º51.68%58.43%-
XYZ11.868.9329.53-
YUV85.86163.63130.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 72 (28.52% from 255) = 23.23%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=28.71%
G=23.23%
B=48.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89721490.400.5200.42253.2534.8443.33
Hex594895283402Afd232b
Octal13111022550640523754353
Binary1011001100100010010101101000110100010101011111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594895; }

 p { color: rgb(89,72,149); }

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

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

 a { background-color: rgb(89,72,149); }

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

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

 span { border-color: rgb(89,72,149); }

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