#594383

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

Shades of Gigas #594383

Tints of Gigas #594383

Color information

#594383 (or 0x594383) is unknown color: approx Gigas. HEX triplet: 59, 43 and 83. RGB value is (89,67,131). Sum of RGB (Red+Green+Blue) = 89+67+131=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #594383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594383 is #A6BC7C. Grayscale: #505050. Windows color (decimal): -10927229 or 8602457. OLE color: 8602457.

HSL color Cylindrical-coordinate representation of color #594383: hue angle of 260.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594383 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8967131-
CMYK0.320.4900.49
HSL260.62º32.32%38.82%-
HSV(B)260.62º48.85%51.37%-
XYZ10.227.7822.43-
YUV80.87156.29133.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=31.01%
G=23.34%
B=45.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89671310.320.4900.49260.6232.3238.82
Hex59438320310311052027
Octal13110320340610614054047
Binary10110011000011100000111000001100010110001100000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594383; }

 p { color: rgb(89,67,131); }

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

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

 a { background-color: rgb(89,67,131); }

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

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

 span { border-color: rgb(89,67,131); }

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