#503E62

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

Shades of Meteorite #503E62

Tints of Meteorite #503E62

Color information

#503E62 (or 0x503E62) is unknown color: approx Meteorite. HEX triplet: 50, 3E and 62. RGB value is (80,62,98). Sum of RGB (Red+Green+Blue) = 80+62+98=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #503E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E62 is #AFC19D. Grayscale: #474747. Windows color (decimal): -11518366 or 6438480. OLE color: 6438480.

HSL color Cylindrical-coordinate representation of color #503E62: hue angle of 270º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #503E62 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB806298-
CMYK0.180.3700.62
HSL270º22.5%31.37%-
HSV(B)270º36.73%38.43%-
XYZ7.246.0312.34-
YUV71.49142.96134.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=33.33%
G=25.83%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8062980.180.3700.6227022.531.37
Hex503E62122503E10e161f
Octal1207614222450764162637
Binary101000011111011000101001010010101111101000011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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