#594B94

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

Shades of Gigas #594B94

Tints of Gigas #594B94

Color information

#594B94 (or 0x594B94) is unknown color: approx Gigas. HEX triplet: 59, 4B and 94. RGB value is (89,75,148). Sum of RGB (Red+Green+Blue) = 89+75+148=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #594B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B94 is #A6B46B. Grayscale: #575757. Windows color (decimal): -10925164 or 9718617. OLE color: 9718617.

HSL color Cylindrical-coordinate representation of color #594B94: hue angle of 251.51º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594B94 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8975148-
CMYK0.400.4900.42
HSL251.51º32.74%43.73%-
HSV(B)251.51º49.32%58.04%-
XYZ11.989.2929.18-
YUV87.51162.14129.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=28.53%
G=24.04%
B=47.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89751480.400.4900.42251.5132.7443.73
Hex594B94283102Afc212c
Octal13111322450610523744154
Binary1011001100101110010100101000110001010101011111100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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