#503F76

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

Shades of Meteorite #503F76

Tints of Meteorite #503F76

Color information

#503F76 (or 0x503F76) is unknown color: approx Meteorite. HEX triplet: 50, 3F and 76. RGB value is (80,63,118). Sum of RGB (Red+Green+Blue) = 80+63+118=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #503F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F76 is #AFC089. Grayscale: #4A4A4A. Windows color (decimal): -11518090 or 7749456. OLE color: 7749456.

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

Color convert

RGB8063118-
CMYK0.320.4700.54
HSL258.55º30.39%35.49%-
HSV(B)258.55º46.61%46.27%-
XYZ8.366.5717.97-
YUV74.35152.63132.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=30.65%
G=24.14%
B=45.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80631180.320.4700.54258.5530.3935.49
Hex503F76202F0361031e23
Octal1207716640570664033643
Binary10100001111111110110100000101111011011010000001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,63,118); }

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

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

 a { background-color: rgb(80,63,118); }

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

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

 span { border-color: rgb(80,63,118); }

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