#503E6A

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

Shades of Meteorite #503E6A

Tints of Meteorite #503E6A

Color information

#503E6A (or 0x503E6A) is unknown color: approx Meteorite. HEX triplet: 50, 3E and 6A. RGB value is (80,62,106). Sum of RGB (Red+Green+Blue) = 80+62+106=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #503E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E6A is #AFC195. Grayscale: #484848. Windows color (decimal): -11518358 or 6962768. OLE color: 6962768.

HSL color Cylindrical-coordinate representation of color #503E6A: hue angle of 264.55º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503E6A is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8062106-
CMYK0.250.4200.58
HSL264.55º26.19%32.94%-
HSV(B)264.55º41.51%41.57%-
XYZ7.636.1914.43-
YUV72.4146.96133.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=32.26%
G=25%
B=42.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80621060.250.4200.58264.5526.1932.94
Hex503E6A192A03A1091a21
Octal1207615231520724113241
Binary1010000111110110101011001101010011101010000100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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