#594B99

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

Shades of Gigas #594B99

Tints of Gigas #594B99

Color information

#594B99 (or 0x594B99) is unknown color: approx Gigas. HEX triplet: 59, 4B and 99. RGB value is (89,75,153). Sum of RGB (Red+Green+Blue) = 89+75+153=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #594B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B99 is #A6B466. Grayscale: #575757. Windows color (decimal): -10925159 or 10046297. OLE color: 10046297.

HSL color Cylindrical-coordinate representation of color #594B99: hue angle of 250.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594B99 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8975153-
CMYK0.420.5100.4
HSL250.77º34.21%44.71%-
HSV(B)250.77º50.98%60%-
XYZ12.399.4631.31-
YUV88.08164.64128.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=28.08%
G=23.66%
B=48.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89751530.420.5100.4250.7734.2144.71
Hex594B992A33028fb222d
Octal13111323152630503734255
Binary1011001100101110011001101010110011010100011111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594B99; }

 p { color: rgb(89,75,153); }

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

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

 a { background-color: rgb(89,75,153); }

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

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

 span { border-color: rgb(89,75,153); }

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