Html Css Color HEX #594989 Gigas

📋 copy color: '#594989'

red 89 ◦ green 73 ◦ blue 137

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

Shades of Gigas #594989

Tints of Gigas #594989

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 29.77%
G = 24.41%
B = 45.82%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#594989 (or 0x594989) is known color: Gigas. HEX triplet: 59, 49 and 89. RGB value is (89,73,137). Sum of RGB (Red+Green+Blue) = 89+73+137=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #594989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594989 is #A6B676. Grayscale: #545454. Windows color (decimal): -10925687 or 8997209. OLE color: 8997209.

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

Color convert

RGB 89 73 137 -
CMYK 0.35 0.47 0 0.46
HSL 255º 0.3% 0.41% -
HSV(B) 255º 0.47% 0.54% -
XYZ 11.02 8.7 24.76 -
YUV 85.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 89 73 137 0.35 0.47 0 0.46 255 0.3 0.41
Hex 59 49 89 23 2F 0 2E FF 1E 29
Octal 131 111 211 43 57 0 56 377 36 51
Binary 1011001 1001001 10001001 100011 101111 0 101110 11111111 11110 101001

Color Harmonies of #594989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594989

Black with #594989

Text Example


Text Example

White with #594989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594989; }

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

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

background-color css

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

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

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

border-color css

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

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

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