Html Css Color HEX #594777 Gigas

📋 copy color: '#594777'

red 89 ◦ green 71 ◦ blue 119

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

Shades of Gigas #594777

Tints of Gigas #594777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.65%

R = 31.9%
G = 25.45%
B = 42.65%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#594777 (or 0x594777) is known color: Gigas. HEX triplet: 59, 47 and 77. RGB value is (89,71,119). Sum of RGB (Red+Green+Blue) = 89+71+119=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #594777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594777 is #A6B888. Grayscale: #515151. Windows color (decimal): -10926217 or 7817049. OLE color: 7817049.

HSL color Cylindrical-coordinate representation of color #594777: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594777 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 71 119 -
CMYK 0.25 0.40 0 0.53
HSL 262.5º 0.25% 0.37% -
HSV(B) 262.5º 0.4% 0.47% -
XYZ 9.7 7.96 18.48 -
YUV 81.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 89 71 119 0.25 0.40 0 0.53 262.5 0.25 0.37
Hex 59 47 77 19 28 0 35 106 19 25
Octal 131 107 167 31 50 0 65 406 31 45
Binary 1011001 1000111 1110111 11001 101000 0 110101 100000110 11001 100101

Color Harmonies of #594777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594777

Black with #594777

Text Example


Text Example

White with #594777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594777; }

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

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

background-color css

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

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

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

border-color css

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

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

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