Html Css Color HEX #59427F Gigas

📋 copy color: '#59427F'

red 89 ◦ green 66 ◦ blue 127

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

Shades of Gigas #59427F

Tints of Gigas #59427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 31.56%
G = 23.4%
B = 45.04%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59427F (or 0x59427F) is known color: Gigas. HEX triplet: 59, 42 and 7F. RGB value is (89,66,127). Sum of RGB (Red+Green+Blue) = 89+66+127=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #59427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59427F is #A6BD80. Grayscale: #4F4F4F. Windows color (decimal): -10927489 or 8340057. OLE color: 8340057.

HSL color Cylindrical-coordinate representation of color #59427F: hue angle of 262.62º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59427F is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 66 127 -
CMYK 0.30 0.48 0 0.50
HSL 262.62º 0.32% 0.38% -
HSV(B) 262.62º 0.48% 0.5% -
XYZ 9.9 7.55 21.01 -
YUV 79.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 89 66 127 0.30 0.48 0 0.50 262.62 0.32 0.38
Hex 59 42 7F 1E 30 0 32 107 20 26
Octal 131 102 177 36 60 0 62 407 40 46
Binary 1011001 1000010 1111111 11110 110000 0 110010 100000111 100000 100110

Color Harmonies of #59427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59427F

Black with #59427F

Text Example


Text Example

White with #59427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59427F; }

 p { color: rgb(89,66,127); }

 H1.HeaderClassName
 {
   color: #59427F;
 }
 .AnyTagClassName
 {
   color: #59427F;
 }
</style>

background-color css

<style>
 a { background-color: #59427F; }

 a { background-color: rgb(89,66,127); }

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

border-color css

<style>
 span { border-color: #59427F; }

 span { border-color: rgb(89,66,127); }

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