#594691

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

Shades of Gigas #594691

Tints of Gigas #594691

Color information

#594691 (or 0x594691) is unknown color: approx Gigas. HEX triplet: 59, 46 and 91. RGB value is (89,70,145). Sum of RGB (Red+Green+Blue) = 89+70+145=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #594691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594691 is #A6B96E. Grayscale: #535353. Windows color (decimal): -10926447 or 9520729. OLE color: 9520729.

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

Color convert

RGB8970145-
CMYK0.390.5200.43
HSL255.2º34.88%42.16%-
HSV(B)255.2º51.72%56.86%-
XYZ11.428.5527.84-
YUV84.23162.29131.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=29.28%
G=23.03%
B=47.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89701450.390.5200.43255.234.8842.16
Hex594691273402Bff232a
Octal13110622147640533774352
Binary1011001100011010010001100111110100010101111111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594691; }

 p { color: rgb(89,70,145); }

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

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

 a { background-color: rgb(89,70,145); }

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

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

 span { border-color: rgb(89,70,145); }

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