Html Css Color HEX #594882 Gigas

📋 copy color: '#594882'

red 89 ◦ green 72 ◦ blue 130

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

Shades of Gigas #594882

Tints of Gigas #594882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 30.58%
G = 24.74%
B = 44.67%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#594882 (or 0x594882) is known color: Gigas. HEX triplet: 59, 48 and 82. RGB value is (89,72,130). Sum of RGB (Red+Green+Blue) = 89+72+130=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #594882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594882 is #A6B77D. Grayscale: #535353. Windows color (decimal): -10925950 or 8538201. OLE color: 8538201.

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

Color convert

RGB 89 72 130 -
CMYK 0.32 0.45 0 0.49
HSL 257.59º 0.29% 0.4% -
HSV(B) 257.59º 0.45% 0.51% -
XYZ 10.47 8.37 22.18 -
YUV 83.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 89 72 130 0.32 0.45 0 0.49 257.59 0.29 0.4
Hex 59 48 82 20 2D 0 31 102 1D 28
Octal 131 110 202 40 55 0 61 402 35 50
Binary 1011001 1001000 10000010 100000 101101 0 110001 100000010 11101 101000

Color Harmonies of #594882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594882

Black with #594882

Text Example


Text Example

White with #594882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594882; }

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

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

background-color css

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

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

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

border-color css

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

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

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