Html Css Color HEX #594689 Gigas

📋 copy color: '#594689'

red 89 ◦ green 70 ◦ blue 137

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

Shades of Gigas #594689

Tints of Gigas #594689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 30.07%
G = 23.65%
B = 46.28%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#594689 (or 0x594689) is known color: Gigas. HEX triplet: 59, 46 and 89. RGB value is (89,70,137). Sum of RGB (Red+Green+Blue) = 89+70+137=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #594689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594689 is #A6B976. Grayscale: #535353. Windows color (decimal): -10926455 or 8996441. OLE color: 8996441.

HSL color Cylindrical-coordinate representation of color #594689: hue angle of 257.01º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594689 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 70 137 -
CMYK 0.35 0.49 0 0.46
HSL 257.01º 0.32% 0.41% -
HSV(B) 257.01º 0.49% 0.54% -
XYZ 10.83 8.31 24.7 -
YUV 83.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 89 70 137 0.35 0.49 0 0.46 257.01 0.32 0.41
Hex 59 46 89 23 31 0 2E 101 20 29
Octal 131 106 211 43 61 0 56 401 40 51
Binary 1011001 1000110 10001001 100011 110001 0 101110 100000001 100000 101001

Color Harmonies of #594689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594689

Black with #594689

Text Example


Text Example

White with #594689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594689; }

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

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

background-color css

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

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

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

border-color css

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

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

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