#503B7F

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

Shades of Gigas #503B7F

Tints of Gigas #503B7F

Color information

#503B7F (or 0x503B7F) is unknown color: approx Gigas. HEX triplet: 50, 3B and 7F. RGB value is (80,59,127). Sum of RGB (Red+Green+Blue) = 80+59+127=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #503B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B7F is #AFC480. Grayscale: #484848. Windows color (decimal): -11519105 or 8338256. OLE color: 8338256.

HSL color Cylindrical-coordinate representation of color #503B7F: hue angle of 258.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503B7F is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8059127-
CMYK0.370.5400.50
HSL258.53º36.56%36.47%-
HSV(B)258.53º53.54%49.8%-
XYZ8.76.3720.85-
YUV73.03158.46132.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 127 (50% from 255) = 47.74%
R=30.08%
G=22.18%
B=47.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80591270.370.5400.50258.5336.5636.47
Hex503B7F25360321032524
Octal1207317745660624034544
Binary101000011101111111111001011101100110010100000011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,127); }

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

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

 a { background-color: rgb(80,59,127); }

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

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

 span { border-color: rgb(80,59,127); }

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