#5E477F

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

Shades of Gigas #5E477F

Tints of Gigas #5E477F

Color information

#5E477F (or 0x5E477F) is unknown color: approx Gigas. HEX triplet: 5E, 47 and 7F. RGB value is (94,71,127). Sum of RGB (Red+Green+Blue) = 94+71+127=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E477F is #A1B880. Grayscale: #545454. Windows color (decimal): -10598529 or 8341342. OLE color: 8341342.

HSL color Cylindrical-coordinate representation of color #5E477F: hue angle of 264.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E477F is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9471127-
CMYK0.260.4400.50
HSL264.64º28.28%38.82%-
HSV(B)264.64º44.09%49.8%-
XYZ10.78.4221.14-
YUV84.26152.12134.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 127 (50% from 255) = 43.49%
R=32.19%
G=24.32%
B=43.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94711270.260.4400.50264.6428.2838.82
Hex5E477F1A2C0321091c27
Octal13610717732540624113447
Binary10111101000111111111111010101100011001010000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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