Html Css Color HEX #594894 Gigas

📋 copy color: '#594894'

red 89 ◦ green 72 ◦ blue 148

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

Shades of Gigas #594894

Tints of Gigas #594894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 28.8%
G = 23.3%
B = 47.9%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594894 (or 0x594894) is known color: Gigas. HEX triplet: 59, 48 and 94. RGB value is (89,72,148). Sum of RGB (Red+Green+Blue) = 89+72+148=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #594894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594894 is #A6B76B. Grayscale: #555555. Windows color (decimal): -10925932 or 9717849. OLE color: 9717849.

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

Color convert

RGB 89 72 148 -
CMYK 0.40 0.51 0 0.42
HSL 253.42º 0.35% 0.43% -
HSV(B) 253.42º 0.51% 0.58% -
XYZ 11.78 8.9 29.11 -
YUV 85.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 89 72 148 0.40 0.51 0 0.42 253.42 0.35 0.43
Hex 59 48 94 28 33 0 2A FD 23 2B
Octal 131 110 224 50 63 0 52 375 43 53
Binary 1011001 1001000 10010100 101000 110011 0 101010 11111101 100011 101011

Color Harmonies of #594894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594894

Black with #594894

Text Example


Text Example

White with #594894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594894; }

 p { color: rgb(89,72,148); }

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

background-color css

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

 a { background-color: rgb(89,72,148); }

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

border-color css

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

 span { border-color: rgb(89,72,148); }

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