Html Css Color HEX #594790 Gigas

📋 copy color: '#594790'

red 89 ◦ green 71 ◦ blue 144

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

Shades of Gigas #594790

Tints of Gigas #594790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 29.28%
G = 23.36%
B = 47.37%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#594790 (or 0x594790) is known color: Gigas. HEX triplet: 59, 47 and 90. RGB value is (89,71,144). Sum of RGB (Red+Green+Blue) = 89+71+144=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #594790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594790 is #A6B86F. Grayscale: #545454. Windows color (decimal): -10926192 or 9455449. OLE color: 9455449.

HSL color Cylindrical-coordinate representation of color #594790: hue angle of 254.79º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594790 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 71 144 -
CMYK 0.38 0.51 0 0.44
HSL 254.79º 0.34% 0.42% -
HSV(B) 254.79º 0.51% 0.56% -
XYZ 11.41 8.64 27.45 -
YUV 84.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 89 71 144 0.38 0.51 0 0.44 254.79 0.34 0.42
Hex 59 47 90 26 33 0 2C FF 22 2A
Octal 131 107 220 46 63 0 54 377 42 52
Binary 1011001 1000111 10010000 100110 110011 0 101100 11111111 100010 101010

Color Harmonies of #594790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594790

Black with #594790

Text Example


Text Example

White with #594790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594790; }

 p { color: rgb(89,71,144); }

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

background-color css

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

 a { background-color: rgb(89,71,144); }

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

border-color css

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

 span { border-color: rgb(89,71,144); }

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