Html Css Color HEX #594783 Gigas

📋 copy color: '#594783'

red 89 ◦ green 71 ◦ blue 131

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

Shades of Gigas #594783

Tints of Gigas #594783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 30.58%
G = 24.4%
B = 45.02%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#594783 (or 0x594783) is known color: Gigas. HEX triplet: 59, 47 and 83. RGB value is (89,71,131). Sum of RGB (Red+Green+Blue) = 89+71+131=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #594783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594783 is #A6B87C. Grayscale: #535353. Windows color (decimal): -10926205 or 8603481. OLE color: 8603481.

HSL color Cylindrical-coordinate representation of color #594783: hue angle of 258º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594783 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 71 131 -
CMYK 0.32 0.46 0 0.49
HSL 258º 0.3% 0.4% -
HSV(B) 258º 0.46% 0.51% -
XYZ 10.47 8.27 22.52 -
YUV 83.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 89 71 131 0.32 0.46 0 0.49 258 0.3 0.4
Hex 59 47 83 20 2E 0 31 102 1E 28
Octal 131 107 203 40 56 0 61 402 36 50
Binary 1011001 1000111 10000011 100000 101110 0 110001 100000010 11110 101000

Color Harmonies of #594783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594783

Black with #594783

Text Example


Text Example

White with #594783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594783; }

 p { color: rgb(89,71,131); }

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

background-color css

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

 a { background-color: rgb(89,71,131); }

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

border-color css

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

 span { border-color: rgb(89,71,131); }

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