#594879

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

Shades of Gigas #594879

Tints of Gigas #594879

Color information

#594879 (or 0x594879) is unknown color: approx Gigas. HEX triplet: 59, 48 and 79. RGB value is (89,72,121). Sum of RGB (Red+Green+Blue) = 89+72+121=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #594879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594879 is #A6B786. Grayscale: #525252. Windows color (decimal): -10925959 or 7948377. OLE color: 7948377.

HSL color Cylindrical-coordinate representation of color #594879: hue angle of 260.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594879 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8972121-
CMYK0.260.4000.53
HSL260.82º25.39%37.84%-
HSV(B)260.82º40.5%47.45%-
XYZ9.898.1419.14-
YUV82.67149.63132.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=31.56%
G=25.53%
B=42.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89721210.260.4000.53260.8225.3937.84
Hex5948791A280351051926
Octal13111017132500654053146
Binary10110011001000111100111010101000011010110000010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594879; }

 p { color: rgb(89,72,121); }

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

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

 a { background-color: rgb(89,72,121); }

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

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

 span { border-color: rgb(89,72,121); }

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