Html Css Color HEX #594589 Gigas

📋 copy color: '#594589'

red 89 ◦ green 69 ◦ blue 137

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

Shades of Gigas #594589

Tints of Gigas #594589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 30.17%
G = 23.39%
B = 46.44%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#594589 (or 0x594589) is known color: Gigas. HEX triplet: 59, 45 and 89. RGB value is (89,69,137). Sum of RGB (Red+Green+Blue) = 89+69+137=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #594589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594589 is #A6BA76. Grayscale: #525252. Windows color (decimal): -10926711 or 8996185. OLE color: 8996185.

HSL color Cylindrical-coordinate representation of color #594589: hue angle of 257.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594589 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 69 137 -
CMYK 0.35 0.50 0 0.46
HSL 257.65º 0.33% 0.4% -
HSV(B) 257.65º 0.5% 0.54% -
XYZ 10.76 8.19 24.68 -
YUV 82.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 89 69 137 0.35 0.50 0 0.46 257.65 0.33 0.4
Hex 59 45 89 23 32 0 2E 102 21 28
Octal 131 105 211 43 62 0 56 402 41 50
Binary 1011001 1000101 10001001 100011 110010 0 101110 100000010 100001 101000

Color Harmonies of #594589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594589

Black with #594589

Text Example


Text Example

White with #594589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594589; }

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

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

background-color css

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

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

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

border-color css

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

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

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