#594785

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

Shades of Gigas #594785

Tints of Gigas #594785

Color information

#594785 (or 0x594785) is unknown color: approx Gigas. HEX triplet: 59, 47 and 85. RGB value is (89,71,133). Sum of RGB (Red+Green+Blue) = 89+71+133=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #594785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594785 is #A6B87A. Grayscale: #535353. Windows color (decimal): -10926203 or 8734553. OLE color: 8734553.

HSL color Cylindrical-coordinate representation of color #594785: hue angle of 257.42º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594785 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8971133-
CMYK0.330.4700.48
HSL257.42º30.39%40%-
HSV(B)257.42º46.62%52.16%-
XYZ10.618.3223.24-
YUV83.45155.96131.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=30.38%
G=24.23%
B=45.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89711330.330.4700.48257.4230.3940
Hex594785212F0301011e28
Octal13110720541570604013650
Binary1011001100011110000101100001101111011000010000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594785; }

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

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

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

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

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

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

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

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