Html Css Color HEX #594480 Gigas

📋 copy color: '#594480'

red 89 ◦ green 68 ◦ blue 128

#594480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #594480

Tints of Gigas #594480

RGB

 RED value IS 89 (35.16% from 255) = 31.23%

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 128 (50.39% from 255) = 44.91%

R = 31.23%
G = 23.86%
B = 44.91%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#594480 (or 0x594480) is known color: Gigas. HEX triplet: 59, 44 and 80. RGB value is (89,68,128). Sum of RGB (Red+Green+Blue) = 89+68+128=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #594480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594480 is #A6BB7F. Grayscale: #505050. Windows color (decimal): -10926976 or 8406105. OLE color: 8406105.

HSL color Cylindrical-coordinate representation of color #594480: hue angle of 261º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594480 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 68 128 -
CMYK 0.30 0.47 0 0.50
HSL 261º 0.31% 0.38% -
HSV(B) 261º 0.47% 0.5% -
XYZ 10.08 7.82 21.4 -
YUV 81.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 89 68 128 0.30 0.47 0 0.50 261 0.31 0.38
Hex 59 44 80 1E 2F 0 32 105 1F 26
Octal 131 104 200 36 57 0 62 405 37 46
Binary 1011001 1000100 10000000 11110 101111 0 110010 100000101 11111 100110

Color Harmonies of #594480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594480

Black with #594480

Text Example


Text Example

White with #594480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594480; }

 p { color: rgb(89,68,128); }

 H1.HeaderClassName
 {
   color: #594480;
 }
 .AnyTagClassName
 {
   color: #594480;
 }
</style>

background-color css

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

 a { background-color: rgb(89,68,128); }

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

border-color css

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

 span { border-color: rgb(89,68,128); }

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