Html Css Color HEX #594992 Gigas

📋 copy color: '#594992'

red 89 ◦ green 73 ◦ blue 146

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

Shades of Gigas #594992

Tints of Gigas #594992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 28.9%
G = 23.7%
B = 47.4%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594992 (or 0x594992) is known color: Gigas. HEX triplet: 59, 49 and 92. RGB value is (89,73,146). Sum of RGB (Red+Green+Blue) = 89+73+146=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #594992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594992 is #A6B66D. Grayscale: #555555. Windows color (decimal): -10925678 or 9587033. OLE color: 9587033.

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

Color convert

RGB 89 73 146 -
CMYK 0.39 0.5 0 0.43
HSL 253.15º 0.33% 0.43% -
HSV(B) 253.15º 0.5% 0.57% -
XYZ 11.69 8.96 28.31 -
YUV 86.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 89 73 146 0.39 0.5 0 0.43 253.15 0.33 0.43
Hex 59 49 92 27 32 0 2B FD 21 2B
Octal 131 111 222 47 62 0 53 375 41 53
Binary 1011001 1001001 10010010 100111 110010 0 101011 11111101 100001 101011

Color Harmonies of #594992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594992

Black with #594992

Text Example


Text Example

White with #594992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594992; }

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

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

background-color css

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

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

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

border-color css

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

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

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