#594893

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

Shades of Gigas #594893

Tints of Gigas #594893

Color information

#594893 (or 0x594893) is unknown color: approx Gigas. HEX triplet: 59, 48 and 93. RGB value is (89,72,147). Sum of RGB (Red+Green+Blue) = 89+72+147=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #594893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594893 is #A6B76C. Grayscale: #555555. Windows color (decimal): -10925933 or 9652313. OLE color: 9652313.

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

Color convert

RGB8972147-
CMYK0.390.5100.42
HSL253.6º34.25%42.94%-
HSV(B)253.6º51.02%57.65%-
XYZ11.78.8728.7-
YUV85.63162.63130.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=28.90%
G=23.38%
B=47.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89721470.390.5100.42253.634.2542.94
Hex594893273302Afe222b
Octal13111022347630523764253
Binary1011001100100010010011100111110011010101011111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594893; }

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

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

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

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

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

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

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

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