#594182

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

Shades of Gigas #594182

Tints of Gigas #594182

Color information

#594182 (or 0x594182) is unknown color: approx Gigas. HEX triplet: 59, 41 and 82. RGB value is (89,65,130). Sum of RGB (Red+Green+Blue) = 89+65+130=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #594182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594182 is #A6BE7D. Grayscale: #4F4F4F. Windows color (decimal): -10927742 or 8536409. OLE color: 8536409.

HSL color Cylindrical-coordinate representation of color #594182: hue angle of 262.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594182 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8965130-
CMYK0.320.5000.49
HSL262.15º33.33%38.24%-
HSV(B)262.15º50%50.98%-
XYZ10.047.5222.04-
YUV79.59156.45134.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=31.34%
G=22.89%
B=45.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89651300.320.5000.49262.1533.3338.24
Hex59418220320311062126
Octal13110120240620614064146
Binary10110011000001100000101000001100100110001100000110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594182; }

 p { color: rgb(89,65,130); }

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

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

 a { background-color: rgb(89,65,130); }

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

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

 span { border-color: rgb(89,65,130); }

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