#594781

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

Shades of Gigas #594781

Tints of Gigas #594781

Color information

#594781 (or 0x594781) is unknown color: approx Gigas. HEX triplet: 59, 47 and 81. RGB value is (89,71,129). Sum of RGB (Red+Green+Blue) = 89+71+129=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #594781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594781 is #A6B87E. Grayscale: #525252. Windows color (decimal): -10926207 or 8472409. OLE color: 8472409.

HSL color Cylindrical-coordinate representation of color #594781: hue angle of 258.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #594781 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8971129-
CMYK0.310.4500.49
HSL258.62º29%39.22%-
HSV(B)258.62º44.96%50.59%-
XYZ10.348.2221.81-
YUV82.99153.96132.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=30.80%
G=24.57%
B=44.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89711290.310.4500.49258.622939.22
Hex5947811F2D0311031d27
Octal13110720137550614033547
Binary101100110001111000000111111101101011000110000001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594781; }

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

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

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

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

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

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

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

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