Html Css Color HEX #59477C Gigas

📋 copy color: '#59477C'

red 89 ◦ green 71 ◦ blue 124

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

Shades of Gigas #59477C

Tints of Gigas #59477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 31.34%
G = 25%
B = 43.66%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59477C (or 0x59477C) is known color: Gigas. HEX triplet: 59, 47 and 7C. RGB value is (89,71,124). Sum of RGB (Red+Green+Blue) = 89+71+124=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #59477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59477C is #A6B883. Grayscale: #525252. Windows color (decimal): -10926212 or 8144729. OLE color: 8144729.

HSL color Cylindrical-coordinate representation of color #59477C: hue angle of 260.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59477C is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 71 124 -
CMYK 0.28 0.43 0 0.51
HSL 260.38º 0.27% 0.38% -
HSV(B) 260.38º 0.43% 0.49% -
XYZ 10.01 8.09 20.1 -
YUV 82.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 89 71 124 0.28 0.43 0 0.51 260.38 0.27 0.38
Hex 59 47 7C 1C 2B 0 33 104 1B 26
Octal 131 107 174 34 53 0 63 404 33 46
Binary 1011001 1000111 1111100 11100 101011 0 110011 100000100 11011 100110

Color Harmonies of #59477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59477C

Black with #59477C

Text Example


Text Example

White with #59477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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