#5E4B79

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

Shades of Gigas #5E4B79

Tints of Gigas #5E4B79

Color information

#5E4B79 (or 0x5E4B79) is unknown color: approx Gigas. HEX triplet: 5E, 4B and 79. RGB value is (94,75,121). Sum of RGB (Red+Green+Blue) = 94+75+121=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E4B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4B79 is #A1B486. Grayscale: #555555. Windows color (decimal): -10597511 or 7949150. OLE color: 7949150.

HSL color Cylindrical-coordinate representation of color #5E4B79: hue angle of 264.78º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E4B79 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9475121-
CMYK0.220.3800.53
HSL264.78º23.47%38.43%-
HSV(B)264.78º38.02%47.45%-
XYZ10.588.7919.23-
YUV85.92147.79133.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=32.41%
G=25.86%
B=41.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94751210.220.3800.53264.7823.4738.43
Hex5E4B7916260351091726
Octal13611317126460654112746
Binary10111101001011111100110110100110011010110000100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,75,121); }

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

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

 a { background-color: rgb(94,75,121); }

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

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

 span { border-color: rgb(94,75,121); }

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