#594987

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

Shades of Gigas #594987

Tints of Gigas #594987

Color information

#594987 (or 0x594987) is unknown color: approx Gigas. HEX triplet: 59, 49 and 87. RGB value is (89,73,135). Sum of RGB (Red+Green+Blue) = 89+73+135=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #594987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594987 is #A6B678. Grayscale: #545454. Windows color (decimal): -10925689 or 8866137. OLE color: 8866137.

HSL color Cylindrical-coordinate representation of color #594987: hue angle of 255.48º degrees, saturation: 0.3, 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 #594987 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8973135-
CMYK0.340.4600.47
HSL255.48º29.81%40.78%-
HSV(B)255.48º45.93%52.94%-
XYZ10.888.6424.02-
YUV84.85156.3130.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=29.97%
G=24.58%
B=45.45%

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
Decimal89731350.340.4600.47255.4829.8140.78
Hex594987222E02Fff1e29
Octal13111120742560573773651
Binary101100110010011000011110001010111001011111111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594987; }

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

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

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

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

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

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

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

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