Html Css Color HEX #59487F Gigas

📋 copy color: '#59487F'

red 89 ◦ green 72 ◦ blue 127

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

Shades of Gigas #59487F

Tints of Gigas #59487F

RGB

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

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

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

R = 30.9%
G = 25%
B = 44.1%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59487F (or 0x59487F) is known color: Gigas. HEX triplet: 59, 48 and 7F. RGB value is (89,72,127). Sum of RGB (Red+Green+Blue) = 89+72+127=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #59487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59487F is #A6B780. Grayscale: #535353. Windows color (decimal): -10925953 or 8341593. OLE color: 8341593.

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

Color convert

RGB 89 72 127 -
CMYK 0.30 0.43 0 0.50
HSL 258.55º 0.28% 0.39% -
HSV(B) 258.55º 0.43% 0.5% -
XYZ 10.27 8.29 21.14 -
YUV 83.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 89 72 127 0.30 0.43 0 0.50 258.55 0.28 0.39
Hex 59 48 7F 1E 2B 0 32 103 1C 27
Octal 131 110 177 36 53 0 62 403 34 47
Binary 1011001 1001000 1111111 11110 101011 0 110010 100000011 11100 100111

Color Harmonies of #59487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59487F

Black with #59487F

Text Example


Text Example

White with #59487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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