Html Css Color HEX #594893 Gigas

📋 copy color: '#594893'

red 89 ◦ green 72 ◦ blue 147

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

Shades of Gigas #594893

Tints of Gigas #594893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 28.9%
G = 23.38%
B = 47.73%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#594893 (or 0x594893) is known color: Gigas. HEX triplet: 59, 48 and 93. RGB value is (89,72,147). Sum of RGB (Red+Green+Blue) = 89+72+147=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #594893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594893 is #A6B76C. Grayscale: #555555. Windows color (decimal): -10925933 or 9652313. OLE color: 9652313.

HSL color Cylindrical-coordinate representation of color #594893: hue angle of 253.6º degrees, saturation: 0.34, 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 #594893 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 72 147 -
CMYK 0.39 0.51 0 0.42
HSL 253.6º 0.34% 0.43% -
HSV(B) 253.6º 0.51% 0.58% -
XYZ 11.7 8.87 28.7 -
YUV 85.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 89 72 147 0.39 0.51 0 0.42 253.6 0.34 0.43
Hex 59 48 93 27 33 0 2A FE 22 2B
Octal 131 110 223 47 63 0 52 376 42 53
Binary 1011001 1001000 10010011 100111 110011 0 101010 11111110 100010 101011

Color Harmonies of #594893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594893

Black with #594893

Text Example


Text Example

White with #594893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594893; }

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

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

background-color css

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

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

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

border-color css

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

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

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