#594587

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

Shades of Gigas #594587

Tints of Gigas #594587

Color information

#594587 (or 0x594587) is unknown color: approx Gigas. HEX triplet: 59, 45 and 87. RGB value is (89,69,135). Sum of RGB (Red+Green+Blue) = 89+69+135=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #594587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594587 is #A6BA78. Grayscale: #525252. Windows color (decimal): -10926713 or 8865113. OLE color: 8865113.

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

Color convert

RGB8969135-
CMYK0.340.4900.47
HSL258.18º32.35%40%-
HSV(B)258.18º48.89%52.94%-
XYZ10.628.1323.93-
YUV82.5157.63132.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.38%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=30.38%
G=23.55%
B=46.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89691350.340.4900.47258.1832.3540
Hex594587223102F1022028
Octal13110520742610574024050
Binary10110011000101100001111000101100010101111100000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594587; }

 p { color: rgb(89,69,135); }

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

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

 a { background-color: rgb(89,69,135); }

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

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

 span { border-color: rgb(89,69,135); }

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