#5E4B7C

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

Shades of Gigas #5E4B7C

Tints of Gigas #5E4B7C

Color information

#5E4B7C (or 0x5E4B7C) is unknown color: approx Gigas. HEX triplet: 5E, 4B and 7C. RGB value is (94,75,124). Sum of RGB (Red+Green+Blue) = 94+75+124=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E4B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4B7C is #A1B483. Grayscale: #565656. Windows color (decimal): -10597508 or 8145758. OLE color: 8145758.

HSL color Cylindrical-coordinate representation of color #5E4B7C: hue angle of 263.27º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E4B7C is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9475124-
CMYK0.240.4000.51
HSL263.27º24.62%39.02%-
HSV(B)263.27º39.52%48.63%-
XYZ10.778.8720.21-
YUV86.27149.29133.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.08%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=32.08%
G=25.60%
B=42.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94751240.240.4000.51263.2724.6239.02
Hex5E4B7C18280331071927
Octal13611317430500634073147
Binary10111101001011111110011000101000011001110000011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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