Html Css Color HEX #594976 Gigas

📋 copy color: '#594976'

red 89 ◦ green 73 ◦ blue 118

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

Shades of Gigas #594976

Tints of Gigas #594976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 31.79%
G = 26.07%
B = 42.14%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594976 (or 0x594976) is known color: Gigas. HEX triplet: 59, 49 and 76. RGB value is (89,73,118). Sum of RGB (Red+Green+Blue) = 89+73+118=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #594976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594976 is #A6B689. Grayscale: #525252. Windows color (decimal): -10925706 or 7752025. OLE color: 7752025.

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

Color convert

RGB 89 73 118 -
CMYK 0.25 0.38 0 0.54
HSL 261.33º 0.24% 0.37% -
HSV(B) 261.33º 0.38% 0.46% -
XYZ 9.77 8.2 18.21 -
YUV 82.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 89 73 118 0.25 0.38 0 0.54 261.33 0.24 0.37
Hex 59 49 76 19 26 0 36 105 18 25
Octal 131 111 166 31 46 0 66 405 30 45
Binary 1011001 1001001 1110110 11001 100110 0 110110 100000101 11000 100101

Color Harmonies of #594976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594976

Black with #594976

Text Example


Text Example

White with #594976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594976; }

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

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

background-color css

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

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

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

border-color css

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

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

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