Html Css Color HEX #594690 Gigas

📋 copy color: '#594690'

red 89 ◦ green 70 ◦ blue 144

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

Shades of Gigas #594690

Tints of Gigas #594690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 29.37%
G = 23.1%
B = 47.52%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#594690 (or 0x594690) is known color: Gigas. HEX triplet: 59, 46 and 90. RGB value is (89,70,144). Sum of RGB (Red+Green+Blue) = 89+70+144=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #594690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594690 is #A6B96F. Grayscale: #535353. Windows color (decimal): -10926448 or 9455193. OLE color: 9455193.

HSL color Cylindrical-coordinate representation of color #594690: hue angle of 255.41º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594690 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 70 144 -
CMYK 0.38 0.51 0 0.44
HSL 255.41º 0.35% 0.42% -
HSV(B) 255.41º 0.51% 0.56% -
XYZ 11.34 8.52 27.43 -
YUV 84.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 89 70 144 0.38 0.51 0 0.44 255.41 0.35 0.42
Hex 59 46 90 26 33 0 2C FF 23 2A
Octal 131 106 220 46 63 0 54 377 43 52
Binary 1011001 1000110 10010000 100110 110011 0 101100 11111111 100011 101010

Color Harmonies of #594690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594690

Black with #594690

Text Example


Text Example

White with #594690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594690; }

 p { color: rgb(89,70,144); }

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

background-color css

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

 a { background-color: rgb(89,70,144); }

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

border-color css

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

 span { border-color: rgb(89,70,144); }

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