Html Css Color HEX #594580 Gigas

📋 copy color: '#594580'

red 89 ◦ green 69 ◦ blue 128

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

Shades of Gigas #594580

Tints of Gigas #594580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

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

R = 31.12%
G = 24.13%
B = 44.76%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#594580 (or 0x594580) is known color: Gigas. HEX triplet: 59, 45 and 80. RGB value is (89,69,128). Sum of RGB (Red+Green+Blue) = 89+69+128=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #594580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594580 is #A6BA7F. Grayscale: #515151. Windows color (decimal): -10926720 or 8406361. OLE color: 8406361.

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

Color convert

RGB 89 69 128 -
CMYK 0.30 0.46 0 0.50
HSL 260.34º 0.3% 0.39% -
HSV(B) 260.34º 0.46% 0.5% -
XYZ 10.14 7.94 21.42 -
YUV 81.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 89 69 128 0.30 0.46 0 0.50 260.34 0.3 0.39
Hex 59 45 80 1E 2E 0 32 104 1E 27
Octal 131 105 200 36 56 0 62 404 36 47
Binary 1011001 1000101 10000000 11110 101110 0 110010 100000100 11110 100111

Color Harmonies of #594580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594580

Black with #594580

Text Example


Text Example

White with #594580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594580; }

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

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

background-color css

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

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

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

border-color css

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

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

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