Html Css Color HEX #59468E Gigas

📋 copy color: '#59468E'

red 89 ◦ green 70 ◦ blue 142

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

Shades of Gigas #59468E

Tints of Gigas #59468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 142 (55.86% from 255) = 47.18%

R = 29.57%
G = 23.26%
B = 47.18%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59468E (or 0x59468E) is known color: Gigas. HEX triplet: 59, 46 and 8E. RGB value is (89,70,142). Sum of RGB (Red+Green+Blue) = 89+70+142=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #59468E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59468E is #A6B971. Grayscale: #535353. Windows color (decimal): -10926450 or 9324121. OLE color: 9324121.

HSL color Cylindrical-coordinate representation of color #59468E: hue angle of 255.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59468E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 70 142 -
CMYK 0.37 0.51 0 0.44
HSL 255.83º 0.34% 0.42% -
HSV(B) 255.83º 0.51% 0.56% -
XYZ 11.19 8.46 26.63 -
YUV 83.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 89 70 142 0.37 0.51 0 0.44 255.83 0.34 0.42
Hex 59 46 8E 25 33 0 2C 100 22 2A
Octal 131 106 216 45 63 0 54 400 42 52
Binary 1011001 1000110 10001110 100101 110011 0 101100 100000000 100010 101010

Color Harmonies of #59468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59468E

Black with #59468E

Text Example


Text Example

White with #59468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59468E; }

 p { color: rgb(89,70,142); }

 H1.HeaderClassName
 {
   color: #59468E;
 }
 .AnyTagClassName
 {
   color: #59468E;
 }
</style>

background-color css

<style>
 a { background-color: #59468E; }

 a { background-color: rgb(89,70,142); }

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

border-color css

<style>
 span { border-color: #59468E; }

 span { border-color: rgb(89,70,142); }

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