#503A73

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

Shades of Meteorite #503A73

Tints of Meteorite #503A73

Color information

#503A73 (or 0x503A73) is unknown color: approx Meteorite. HEX triplet: 50, 3A and 73. RGB value is (80,58,115). Sum of RGB (Red+Green+Blue) = 80+58+115=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #503A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A73 is #AFC58C. Grayscale: #464646. Windows color (decimal): -11519373 or 7551568. OLE color: 7551568.

HSL color Cylindrical-coordinate representation of color #503A73: hue angle of 263.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503A73 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8058115-
CMYK0.300.5000.55
HSL263.16º32.95%33.92%-
HSV(B)263.16º49.57%45.1%-
XYZ7.925.9716.95-
YUV71.08152.79134.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=31.62%
G=22.92%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80581150.300.5000.55263.1632.9533.92
Hex503A731E320371072122
Octal1207216336620674074142
Binary10100001110101110011111101100100110111100000111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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