Html Css Color HEX #59497E Gigas

📋 copy color: '#59497E'

red 89 ◦ green 73 ◦ blue 126

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

Shades of Gigas #59497E

Tints of Gigas #59497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 30.9%
G = 25.35%
B = 43.75%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59497E (or 0x59497E) is known color: Gigas. HEX triplet: 59, 49 and 7E. RGB value is (89,73,126). Sum of RGB (Red+Green+Blue) = 89+73+126=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #59497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59497E is #A6B681. Grayscale: #535353. Windows color (decimal): -10925698 or 8276313. OLE color: 8276313.

HSL color Cylindrical-coordinate representation of color #59497E: hue angle of 258.11º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59497E is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 73 126 -
CMYK 0.29 0.42 0 0.51
HSL 258.11º 0.27% 0.39% -
HSV(B) 258.11º 0.42% 0.49% -
XYZ 10.27 8.4 20.82 -
YUV 83.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 89 73 126 0.29 0.42 0 0.51 258.11 0.27 0.39
Hex 59 49 7E 1D 2A 0 33 102 1B 27
Octal 131 111 176 35 52 0 63 402 33 47
Binary 1011001 1001001 1111110 11101 101010 0 110011 100000010 11011 100111

Color Harmonies of #59497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59497E

Black with #59497E

Text Example


Text Example

White with #59497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59497E; }

 p { color: rgb(89,73,126); }

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

background-color css

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

 a { background-color: rgb(89,73,126); }

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

border-color css

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

 span { border-color: rgb(89,73,126); }

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