#503E7C

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

Shades of Gigas #503E7C

Tints of Gigas #503E7C

Color information

#503E7C (or 0x503E7C) is unknown color: approx Gigas. HEX triplet: 50, 3E and 7C. RGB value is (80,62,124). Sum of RGB (Red+Green+Blue) = 80+62+124=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #503E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E7C is #AFC183. Grayscale: #4A4A4A. Windows color (decimal): -11518340 or 8142416. OLE color: 8142416.

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

Color convert

RGB8062124-
CMYK0.350.500.51
HSL257.42º33.33%36.47%-
HSV(B)257.42º50%48.63%-
XYZ8.676.6119.89-
YUV74.45155.96131.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=30.08%
G=23.31%
B=46.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80621240.350.500.51257.4233.3336.47
Hex503E7C23320331012124
Octal1207617443620634014144
Binary101000011111011111001000111100100110011100000001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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