Html Css Color HEX #59498C Gigas

📋 copy color: '#59498C'

red 89 ◦ green 73 ◦ blue 140

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

Shades of Gigas #59498C

Tints of Gigas #59498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.36%

R = 29.47%
G = 24.17%
B = 46.36%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59498C (or 0x59498C) is known color: Gigas. HEX triplet: 59, 49 and 8C. RGB value is (89,73,140). Sum of RGB (Red+Green+Blue) = 89+73+140=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #59498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59498C is #A6B673. Grayscale: #555555. Windows color (decimal): -10925684 or 9193817. OLE color: 9193817.

HSL color Cylindrical-coordinate representation of color #59498C: hue angle of 254.33º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59498C is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 73 140 -
CMYK 0.36 0.48 0 0.45
HSL 254.33º 0.31% 0.42% -
HSV(B) 254.33º 0.48% 0.55% -
XYZ 11.24 8.78 25.91 -
YUV 85.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 89 73 140 0.36 0.48 0 0.45 254.33 0.31 0.42
Hex 59 49 8C 24 30 0 2D FE 1F 2A
Octal 131 111 214 44 60 0 55 376 37 52
Binary 1011001 1001001 10001100 100100 110000 0 101101 11111110 11111 101010

Color Harmonies of #59498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59498C

Black with #59498C

Text Example


Text Example

White with #59498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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