#503A78

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

Shades of Meteorite #503A78

Tints of Meteorite #503A78

Color information

#503A78 (or 0x503A78) is unknown color: approx Meteorite. HEX triplet: 50, 3A and 78. RGB value is (80,58,120). Sum of RGB (Red+Green+Blue) = 80+58+120=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #503A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A78 is #AFC587. Grayscale: #474747. Windows color (decimal): -11519368 or 7879248. OLE color: 7879248.

HSL color Cylindrical-coordinate representation of color #503A78: hue angle of 261.29º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503A78 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8058120-
CMYK0.330.5200.53
HSL261.29º34.83%34.9%-
HSV(B)261.29º51.67%47.06%-
XYZ8.216.0918.51-
YUV71.65155.29133.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=31.01%
G=22.48%
B=46.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80581200.330.5200.53261.2934.8334.9
Hex503A7821340351052323
Octal1207217041640654054343
Binary101000011101011110001000011101000110101100000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,120); }

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

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

 a { background-color: rgb(80,58,120); }

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

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

 span { border-color: rgb(80,58,120); }

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