#594973

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

Shades of Gigas #594973

Tints of Gigas #594973

Color information

#594973 (or 0x594973) is unknown color: approx Gigas. HEX triplet: 59, 49 and 73. RGB value is (89,73,115). Sum of RGB (Red+Green+Blue) = 89+73+115=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #594973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594973 is #A6B68C. Grayscale: #525252. Windows color (decimal): -10925709 or 7555417. OLE color: 7555417.

HSL color Cylindrical-coordinate representation of color #594973: hue angle of 262.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #594973 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8973115-
CMYK0.230.3700.55
HSL262.86º22.34%36.86%-
HSV(B)262.86º36.52%45.1%-
XYZ9.68.1317.28-
YUV82.57146.3132.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.13%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=32.13%
G=26.35%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89731150.230.3700.55262.8622.3436.86
Hex59497317250371071625
Octal13111116327450674072645
Binary10110011001001111001110111100101011011110000011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594973; }

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

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

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

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

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

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

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

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