#503C6F

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

Shades of Meteorite #503C6F

Tints of Meteorite #503C6F

Color information

#503C6F (or 0x503C6F) is unknown color: approx Meteorite. HEX triplet: 50, 3C and 6F. RGB value is (80,60,111). Sum of RGB (Red+Green+Blue) = 80+60+111=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #503C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C6F is #AFC390. Grayscale: #474747. Windows color (decimal): -11518865 or 7289936. OLE color: 7289936.

HSL color Cylindrical-coordinate representation of color #503C6F: hue angle of 263.53º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503C6F is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8060111-
CMYK0.280.4600.56
HSL263.53º29.82%33.53%-
HSV(B)263.53º45.95%43.53%-
XYZ7.796.0815.8-
YUV71.79150.13133.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=31.87%
G=23.90%
B=44.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80601110.280.4600.56263.5329.8233.53
Hex503C6F1C2E0381081e22
Octal1207415734560704103642
Binary1010000111100110111111100101110011100010000100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,111); }

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

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

 a { background-color: rgb(80,60,111); }

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

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

 span { border-color: rgb(80,60,111); }

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