Html Css Color HEX #594775 Gigas

📋 copy color: '#594775'

red 89 ◦ green 71 ◦ blue 117

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

Shades of Gigas #594775

Tints of Gigas #594775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 32.13%
G = 25.63%
B = 42.24%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594775 (or 0x594775) is known color: Gigas. HEX triplet: 59, 47 and 75. RGB value is (89,71,117). Sum of RGB (Red+Green+Blue) = 89+71+117=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #594775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594775 is #A6B88A. Grayscale: #515151. Windows color (decimal): -10926219 or 7685977. OLE color: 7685977.

HSL color Cylindrical-coordinate representation of color #594775: hue angle of 263.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594775 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 71 117 -
CMYK 0.24 0.39 0 0.54
HSL 263.48º 0.24% 0.37% -
HSV(B) 263.48º 0.39% 0.46% -
XYZ 9.58 7.91 17.85 -
YUV 81.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 89 71 117 0.24 0.39 0 0.54 263.48 0.24 0.37
Hex 59 47 75 18 27 0 36 107 18 25
Octal 131 107 165 30 47 0 66 407 30 45
Binary 1011001 1000111 1110101 11000 100111 0 110110 100000111 11000 100101

Color Harmonies of #594775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594775

Black with #594775

Text Example


Text Example

White with #594775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594775; }

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

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

background-color css

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

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

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

border-color css

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

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

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