#594986

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

Shades of Gigas #594986

Tints of Gigas #594986

Color information

#594986 (or 0x594986) is unknown color: approx Gigas. HEX triplet: 59, 49 and 86. RGB value is (89,73,134). Sum of RGB (Red+Green+Blue) = 89+73+134=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #594986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594986 is #A6B679. Grayscale: #545454. Windows color (decimal): -10925690 or 8800601. OLE color: 8800601.

HSL color Cylindrical-coordinate representation of color #594986: hue angle of 255.74º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594986 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8973134-
CMYK0.340.4600.47
HSL255.74º29.47%40.59%-
HSV(B)255.74º45.52%52.55%-
XYZ10.818.6123.65-
YUV84.74155.8131.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=30.07%
G=24.66%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89731340.340.4600.47255.7429.4740.59
Hex594986222E02F1001d29
Octal13111120642560574003551
Binary1011001100100110000110100010101110010111110000000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594986; }

 p { color: rgb(89,73,134); }

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

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

 a { background-color: rgb(89,73,134); }

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

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

 span { border-color: rgb(89,73,134); }

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