Html Css Color HEX #59458D Gigas

📋 copy color: '#59458D'

red 89 ◦ green 69 ◦ blue 141

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

Shades of Gigas #59458D

Tints of Gigas #59458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 29.77%
G = 23.08%
B = 47.16%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59458D (or 0x59458D) is known color: Gigas. HEX triplet: 59, 45 and 8D. RGB value is (89,69,141). Sum of RGB (Red+Green+Blue) = 89+69+141=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #59458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59458D is #A6BA72. Grayscale: #525252. Windows color (decimal): -10926707 or 9258329. OLE color: 9258329.

HSL color Cylindrical-coordinate representation of color #59458D: hue angle of 256.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59458D is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 69 141 -
CMYK 0.37 0.51 0 0.45
HSL 256.67º 0.34% 0.41% -
HSV(B) 256.67º 0.51% 0.55% -
XYZ 11.06 8.3 26.22 -
YUV 83.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 89 69 141 0.37 0.51 0 0.45 256.67 0.34 0.41
Hex 59 45 8D 25 33 0 2D 101 22 29
Octal 131 105 215 45 63 0 55 401 42 51
Binary 1011001 1000101 10001101 100101 110011 0 101101 100000001 100010 101001

Color Harmonies of #59458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59458D

Black with #59458D

Text Example


Text Example

White with #59458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59458D; }

 p { color: rgb(89,69,141); }

 H1.HeaderClassName
 {
   color: #59458D;
 }
 .AnyTagClassName
 {
   color: #59458D;
 }
</style>

background-color css

<style>
 a { background-color: #59458D; }

 a { background-color: rgb(89,69,141); }

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

border-color css

<style>
 span { border-color: #59458D; }

 span { border-color: rgb(89,69,141); }

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