Html Css Color HEX #594996 Gigas

📋 copy color: '#594996'

red 89 ◦ green 73 ◦ blue 150

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

Shades of Gigas #594996

Tints of Gigas #594996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 28.53%
G = 23.4%
B = 48.08%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594996 (or 0x594996) is known color: Gigas. HEX triplet: 59, 49 and 96. RGB value is (89,73,150). Sum of RGB (Red+Green+Blue) = 89+73+150=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #594996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594996 is #A6B669. Grayscale: #565656. Windows color (decimal): -10925674 or 9849177. OLE color: 9849177.

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

Color convert

RGB 89 73 150 -
CMYK 0.41 0.51 0 0.41
HSL 252.47º 0.35% 0.44% -
HSV(B) 252.47º 0.51% 0.59% -
XYZ 12.01 9.09 29.98 -
YUV 86.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 89 73 150 0.41 0.51 0 0.41 252.47 0.35 0.44
Hex 59 49 96 29 33 0 29 FC 23 2C
Octal 131 111 226 51 63 0 51 374 43 54
Binary 1011001 1001001 10010110 101001 110011 0 101001 11111100 100011 101100

Color Harmonies of #594996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594996

Black with #594996

Text Example


Text Example

White with #594996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594996; }

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

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

background-color css

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

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

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

border-color css

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

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

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