Html Css Color HEX #59487C Gigas

📋 copy color: '#59487C'

red 89 ◦ green 72 ◦ blue 124

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

Shades of Gigas #59487C

Tints of Gigas #59487C

RGB

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

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

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

R = 31.23%
G = 25.26%
B = 43.51%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59487C (or 0x59487C) is known color: Gigas. HEX triplet: 59, 48 and 7C. RGB value is (89,72,124). Sum of RGB (Red+Green+Blue) = 89+72+124=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #59487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59487C is #A6B783. Grayscale: #525252. Windows color (decimal): -10925956 or 8144985. OLE color: 8144985.

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

Color convert

RGB 89 72 124 -
CMYK 0.28 0.42 0 0.51
HSL 259.62º 0.27% 0.38% -
HSV(B) 259.62º 0.42% 0.49% -
XYZ 10.08 8.21 20.12 -
YUV 83.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 89 72 124 0.28 0.42 0 0.51 259.62 0.27 0.38
Hex 59 48 7C 1C 2A 0 33 104 1B 26
Octal 131 110 174 34 52 0 63 404 33 46
Binary 1011001 1001000 1111100 11100 101010 0 110011 100000100 11011 100110

Color Harmonies of #59487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59487C

Black with #59487C

Text Example


Text Example

White with #59487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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