Html Css Color HEX #594584 Gigas

📋 copy color: '#594584'

red 89 ◦ green 69 ◦ blue 132

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

Shades of Gigas #594584

Tints of Gigas #594584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

 BLUE value IS 132 (51.95% from 255) = 45.52%

R = 30.69%
G = 23.79%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#594584 (or 0x594584) is known color: Gigas. HEX triplet: 59, 45 and 84. RGB value is (89,69,132). Sum of RGB (Red+Green+Blue) = 89+69+132=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #594584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594584 is #A6BA7B. Grayscale: #515151. Windows color (decimal): -10926716 or 8668505. OLE color: 8668505.

HSL color Cylindrical-coordinate representation of color #594584: hue angle of 259.05º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594584 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 69 132 -
CMYK 0.33 0.48 0 0.48
HSL 259.05º 0.31% 0.39% -
HSV(B) 259.05º 0.48% 0.52% -
XYZ 10.41 8.05 22.83 -
YUV 82.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 89 69 132 0.33 0.48 0 0.48 259.05 0.31 0.39
Hex 59 45 84 21 30 0 30 103 1F 27
Octal 131 105 204 41 60 0 60 403 37 47
Binary 1011001 1000101 10000100 100001 110000 0 110000 100000011 11111 100111

Color Harmonies of #594584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594584

Black with #594584

Text Example


Text Example

White with #594584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594584; }

 p { color: rgb(89,69,132); }

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

background-color css

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

 a { background-color: rgb(89,69,132); }

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

border-color css

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

 span { border-color: rgb(89,69,132); }

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