Html Css Color HEX #594887 Gigas

📋 copy color: '#594887'

red 89 ◦ green 72 ◦ blue 135

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

Shades of Gigas #594887

Tints of Gigas #594887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.61%

R = 30.07%
G = 24.32%
B = 45.61%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#594887 (or 0x594887) is known color: Gigas. HEX triplet: 59, 48 and 87. RGB value is (89,72,135). Sum of RGB (Red+Green+Blue) = 89+72+135=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #594887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594887 is #A6B778. Grayscale: #545454. Windows color (decimal): -10925945 or 8865881. OLE color: 8865881.

HSL color Cylindrical-coordinate representation of color #594887: hue angle of 256.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594887 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 72 135 -
CMYK 0.34 0.47 0 0.47
HSL 256.19º 0.3% 0.41% -
HSV(B) 256.19º 0.47% 0.53% -
XYZ 10.81 8.51 23.99 -
YUV 84.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 89 72 135 0.34 0.47 0 0.47 256.19 0.3 0.41
Hex 59 48 87 22 2F 0 2F 100 1E 29
Octal 131 110 207 42 57 0 57 400 36 51
Binary 1011001 1001000 10000111 100010 101111 0 101111 100000000 11110 101001

Color Harmonies of #594887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594887

Black with #594887

Text Example


Text Example

White with #594887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594887; }

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

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

background-color css

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

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

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

border-color css

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

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

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