Html Css Color HEX #59488A Gigas

📋 copy color: '#59488A'

red 89 ◦ green 72 ◦ blue 138

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

Shades of Gigas #59488A

Tints of Gigas #59488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.15%

R = 29.77%
G = 24.08%
B = 46.15%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#59488A (or 0x59488A) is known color: Gigas. HEX triplet: 59, 48 and 8A. RGB value is (89,72,138). Sum of RGB (Red+Green+Blue) = 89+72+138=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #59488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59488A is #A6B775. Grayscale: #545454. Windows color (decimal): -10925942 or 9062489. OLE color: 9062489.

HSL color Cylindrical-coordinate representation of color #59488A: hue angle of 255.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59488A is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 89 72 138 -
CMYK 0.36 0.48 0 0.46
HSL 255.45º 0.31% 0.41% -
HSV(B) 255.45º 0.48% 0.54% -
XYZ 11.02 8.59 25.12 -
YUV 84.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 89 72 138 0.36 0.48 0 0.46 255.45 0.31 0.41
Hex 59 48 8A 24 30 0 2E FF 1F 29
Octal 131 110 212 44 60 0 56 377 37 51
Binary 1011001 1001000 10001010 100100 110000 0 101110 11111111 11111 101001

Color Harmonies of #59488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59488A

Black with #59488A

Text Example


Text Example

White with #59488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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