Html Css Color HEX #594785 Gigas

📋 copy color: '#594785'

red 89 ◦ green 71 ◦ blue 133

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

Shades of Gigas #594785

Tints of Gigas #594785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.39%

R = 30.38%
G = 24.23%
B = 45.39%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#594785 (or 0x594785) is known color: Gigas. HEX triplet: 59, 47 and 85. RGB value is (89,71,133). Sum of RGB (Red+Green+Blue) = 89+71+133=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #594785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594785 is #A6B87A. Grayscale: #535353. Windows color (decimal): -10926203 or 8734553. OLE color: 8734553.

HSL color Cylindrical-coordinate representation of color #594785: hue angle of 257.42º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594785 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 71 133 -
CMYK 0.33 0.47 0 0.48
HSL 257.42º 0.3% 0.4% -
HSV(B) 257.42º 0.47% 0.52% -
XYZ 10.61 8.32 23.24 -
YUV 83.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 89 71 133 0.33 0.47 0 0.48 257.42 0.3 0.4
Hex 59 47 85 21 2F 0 30 101 1E 28
Octal 131 107 205 41 57 0 60 401 36 50
Binary 1011001 1000111 10000101 100001 101111 0 110000 100000001 11110 101000

Color Harmonies of #594785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594785

Black with #594785

Text Example


Text Example

White with #594785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594785; }

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

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

background-color css

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

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

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

border-color css

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

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

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