#594888

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

Shades of Gigas #594888

Tints of Gigas #594888

Color information

#594888 (or 0x594888) is unknown color: approx Gigas. HEX triplet: 59, 48 and 88. RGB value is (89,72,136). Sum of RGB (Red+Green+Blue) = 89+72+136=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #594888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594888 is #A6B777. Grayscale: #545454. Windows color (decimal): -10925944 or 8931417. OLE color: 8931417.

HSL color Cylindrical-coordinate representation of color #594888: hue angle of 255.94º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594888 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8972136-
CMYK0.350.4700.47
HSL255.94º30.77%40.78%-
HSV(B)255.94º47.06%53.33%-
XYZ10.888.5424.37-
YUV84.38157.13131.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=29.97%
G=24.24%
B=45.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89721360.350.4700.47255.9430.7740.78
Hex594888232F02F1001f29
Octal13111021043570574003751
Binary1011001100100010001000100011101111010111110000000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594888; }

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

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

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

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

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

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

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

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