#503E73

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

Shades of Meteorite #503E73

Tints of Meteorite #503E73

Color information

#503E73 (or 0x503E73) is unknown color: approx Meteorite. HEX triplet: 50, 3E and 73. RGB value is (80,62,115). Sum of RGB (Red+Green+Blue) = 80+62+115=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #503E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E73 is #AFC18C. Grayscale: #494949. Windows color (decimal): -11518349 or 7552592. OLE color: 7552592.

HSL color Cylindrical-coordinate representation of color #503E73: hue angle of 260.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503E73 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8062115-
CMYK0.300.4600.55
HSL260.38º29.94%34.71%-
HSV(B)260.38º46.09%45.1%-
XYZ8.136.3917.02-
YUV73.42151.46132.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=31.13%
G=24.12%
B=44.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80621150.300.4600.55260.3829.9434.71
Hex503E731E2E0371041e23
Octal1207616336560674043643
Binary1010000111110111001111110101110011011110000010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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