#503E61

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

Shades of Meteorite #503E61

Tints of Meteorite #503E61

Color information

#503E61 (or 0x503E61) is unknown color: approx Meteorite. HEX triplet: 50, 3E and 61. RGB value is (80,62,97). Sum of RGB (Red+Green+Blue) = 80+62+97=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #503E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E61 is #AFC19E. Grayscale: #474747. Windows color (decimal): -11518367 or 6372944. OLE color: 6372944.

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

Color convert

RGB806297-
CMYK0.180.3600.62
HSL270.86º22.01%31.18%-
HSV(B)270.86º36.08%38.04%-
XYZ7.196.0112.09-
YUV71.37142.46134.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=33.47%
G=25.94%
B=40.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8062970.180.3600.62270.8622.0131.18
Hex503E61122403E10f161f
Octal1207614122440764172637
Binary101000011111011000011001010010001111101000011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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