Html Css Color HEX #594380 Gigas

📋 copy color: '#594380'

red 89 ◦ green 67 ◦ blue 128

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

Shades of Gigas #594380

Tints of Gigas #594380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 31.34%
G = 23.59%
B = 45.07%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#594380 (or 0x594380) is known color: Gigas. HEX triplet: 59, 43 and 80. RGB value is (89,67,128). Sum of RGB (Red+Green+Blue) = 89+67+128=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #594380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594380 is #A6BC7F. Grayscale: #505050. Windows color (decimal): -10927232 or 8405849. OLE color: 8405849.

HSL color Cylindrical-coordinate representation of color #594380: hue angle of 261.64º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594380 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 67 128 -
CMYK 0.30 0.48 0 0.50
HSL 261.64º 0.31% 0.38% -
HSV(B) 261.64º 0.48% 0.5% -
XYZ 10.02 7.7 21.38 -
YUV 80.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 89 67 128 0.30 0.48 0 0.50 261.64 0.31 0.38
Hex 59 43 80 1E 30 0 32 106 1F 26
Octal 131 103 200 36 60 0 62 406 37 46
Binary 1011001 1000011 10000000 11110 110000 0 110010 100000110 11111 100110

Color Harmonies of #594380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594380

Black with #594380

Text Example


Text Example

White with #594380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594380; }

 p { color: rgb(89,67,128); }

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

background-color css

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

 a { background-color: rgb(89,67,128); }

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

border-color css

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

 span { border-color: rgb(89,67,128); }

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