#5E4781

Color #5E4781 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #5E4781

Tints of Gigas #5E4781

Color information

#5E4781 (or 0x5E4781) is unknown color: approx Gigas. HEX triplet: 5E, 47 and 81. RGB value is (94,71,129). Sum of RGB (Red+Green+Blue) = 94+71+129=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E4781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4781 is #A1B87E. Grayscale: #545454. Windows color (decimal): -10598527 or 8472414. OLE color: 8472414.

HSL color Cylindrical-coordinate representation of color #5E4781: hue angle of 263.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E4781 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9471129-
CMYK0.270.4500.49
HSL263.79º29%39.22%-
HSV(B)263.79º44.96%50.59%-
XYZ10.838.4721.83-
YUV84.49153.12134.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.97%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=31.97%
G=24.15%
B=43.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94711290.270.4500.49263.792939.22
Hex5E47811B2D0311081d27
Octal13610720133550614103547
Binary101111010001111000000111011101101011000110000100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E4781; }

 p { color: rgb(94,71,129); }

 H1.HeaderClassName
 {
   color: #5E4781;
 }
 .AnyTagClassName
 {
   color: #5E4781;
 }
</style>
background-color css

<style>
 a { background-color: #5E4781; }

 a { background-color: rgb(94,71,129); }

 div.DivClassName
 {
   background-color: #5E4781;
 }
 .BgClassName
 {
   background-color: #5E4781;
 }
</style>
border-color css

<style>
 span { border-color: #5E4781; }

 span { border-color: rgb(94,71,129); }

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