#594790

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

Shades of Gigas #594790

Tints of Gigas #594790

Color information

#594790 (or 0x594790) is unknown color: approx Gigas. HEX triplet: 59, 47 and 90. RGB value is (89,71,144). Sum of RGB (Red+Green+Blue) = 89+71+144=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #594790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594790 is #A6B86F. Grayscale: #545454. Windows color (decimal): -10926192 or 9455449. OLE color: 9455449.

HSL color Cylindrical-coordinate representation of color #594790: hue angle of 254.79º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594790 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8971144-
CMYK0.380.5100.44
HSL254.79º33.95%42.16%-
HSV(B)254.79º50.69%56.47%-
XYZ11.418.6427.45-
YUV84.7161.46131.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=29.28%
G=23.36%
B=47.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89711440.380.5100.44254.7933.9542.16
Hex594790263302Cff222a
Octal13110722046630543774252
Binary1011001100011110010000100110110011010110011111111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594790; }

 p { color: rgb(89,71,144); }

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

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

 a { background-color: rgb(89,71,144); }

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

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

 span { border-color: rgb(89,71,144); }

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