#503E83

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

Shades of Gigas #503E83

Tints of Gigas #503E83

Color information

#503E83 (or 0x503E83) is unknown color: approx Gigas. HEX triplet: 50, 3E and 83. RGB value is (80,62,131). Sum of RGB (Red+Green+Blue) = 80+62+131=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #503E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E83 is #AFC17C. Grayscale: #4A4A4A. Windows color (decimal): -11518333 or 8601168. OLE color: 8601168.

HSL color Cylindrical-coordinate representation of color #503E83: hue angle of 255.65º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503E83 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8062131-
CMYK0.390.5300.49
HSL255.65º35.75%37.84%-
HSV(B)255.65º52.67%51.37%-
XYZ9.136.7922.3-
YUV75.25159.46131.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=29.30%
G=22.71%
B=47.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80621310.390.5300.49255.6535.7537.84
Hex503E8327350311002426
Octal1207620347650614004446
Binary1010000111110100000111001111101010110001100000000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503E83; }

 p { color: rgb(80,62,131); }

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

<style>
 a { background-color: #503E83; }

 a { background-color: rgb(80,62,131); }

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

<style>
 span { border-color: #503E83; }

 span { border-color: rgb(80,62,131); }

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