#594976

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

Shades of Gigas #594976

Tints of Gigas #594976

Color information

#594976 (or 0x594976) is unknown color: approx Gigas. HEX triplet: 59, 49 and 76. RGB value is (89,73,118). Sum of RGB (Red+Green+Blue) = 89+73+118=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #594976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594976 is #A6B689. Grayscale: #525252. Windows color (decimal): -10925706 or 7752025. OLE color: 7752025.

HSL color Cylindrical-coordinate representation of color #594976: hue angle of 261.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594976 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8973118-
CMYK0.250.3800.54
HSL261.33º23.56%37.45%-
HSV(B)261.33º38.14%46.27%-
XYZ9.778.218.21-
YUV82.91147.8132.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.79%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=31.79%
G=26.07%
B=42.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89731180.250.3800.54261.3323.5637.45
Hex59497619260361051825
Octal13111116631460664053045
Binary10110011001001111011011001100110011011010000010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594976; }

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

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

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

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

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

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

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

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